![]() |
paper: Team 1114 2015 Code Release (Java)
Thread created automatically to discuss a document in CD-Media.
Team 1114 2015 Code Release (Java) by Kaleb Dodd |
Re: paper: Team 1114 2015 Code Release (Java)
You can also send us an email at controls@simbotics.org.
|
Re: paper: Team 1114 2015 Code Release (Java)
I like the Singleton pattern.
|
Re: paper: Team 1114 2015 Code Release (Java)
Quote:
Really nifty stuff in this code. Looks like that indexer code took a bit more to get done than we conjectured. What units are typically used for things like DriveToPoint? inches, cm, etc, ticks? That is a LOT of autonomous modes o.O |
Re: paper: Team 1114 2015 Code Release (Java)
We started using Inches for drive movements this year. We convert the encoder ticks into inches using the ticksPerInch variable in SensorInput.
|
Re: paper: Team 1114 2015 Code Release (Java)
I love reading code for great robots with a high level of automation. You can tell just how much time was spent optimizing everything.
One question. I noticed in your autonomous driving code, you do some compensation for voltage level: Code:
Vect output = new Vect(xOut*12.5/voltage, yOut*12.5/voltage); |
Re: paper: Team 1114 2015 Code Release (Java)
The number of auto modes you prepared is impressive. The way your team codes is very similar to how we do things on 4901!
I'm actually interested in the same question Jared had as well. |
Re: paper: Team 1114 2015 Code Release (Java)
The compensation for battery voltage is in an unused version of the driveToPoint method. We played around with limiting the output based on current speed and battery voltage to reduce wheel slip but we eventually settled on linearly ramping the output over time.
|
Re: paper: Team 1114 2015 Code Release (Java)
This puts my Kiwis PID loop to shame. I love going through your Code, it's so clean and organized. If I had the chance to redo my code, I would make it similar to yours, but surprisingly mine actually works somewhat nicely. I may redo parts of it, and make it look more like this, but my biggest problem would be encoders on the wheels. I'm currently only using a gyro to fix problems. I find it fun to compare the two different ways of implementing kiwi drives. If I had the chance(and parts), parts of my code would look more like yours! Awesome Job!
|
Re: paper: Team 1114 2015 Code Release (Java)
Hi Team1114:
Thanks for making your code available. I would like to learn how your code works, but I'm totally confused. I downloaded the file and unzipped its contents. Next, I clicked on a bunch of folders. Do I need a development environment to read the code? Dave Build Mentor |
Re: paper: Team 1114 2015 Code Release (Java)
The code was written in the eclipse IDE and would be best viewed from that program, however you can go to src>org>simbotics>simbot2015 and you will find all of our .java files which can be opened in any text editor but I would recommend notepad++.
|
Re: paper: Team 1114 2015 Code Release (Java)
Thanks for sharing this! Amazing resource...
|
Re: paper: Team 1114 2015 Code Release (Java)
Thanks Simbotics for releasing this! Code Orange, 3476, is in the process of learning Java in order to use it for the 2016 season instead of our usual LabVIEW efforts. These really help us!
|
Re: paper: Team 1114 2015 Code Release (Java)
Why can I not download the .zip file?? :(
From home it gets to the end and then says "Failed". From work it doesn't even start. Thanks in advance, Dan |
Re: paper: Team 1114 2015 Code Release (Java)
This is really cool! Is the CAD file for your 2016 robot gonna be released to the community as well or no?
|
| All times are GMT -5. The time now is 06:24. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi