|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Autonomous Competition SDK - Testers needed!
Well, in this thread, I discussed the possibility that Team 948 would host a FIRST-wide autonomous programming competition. So, I've made some progress and this is the first version of an SDK used to compete. Here it is!
What I need is someone to test writing a simple class that extends DefaultRobotCode. What you need to do next is replace the following lines in GraphicView.java Code:
SpinRobotCode s1=new SpinRobotCode(); s1.spinDir=0; Code:
YourRobotCode s1=new YourRobotCode(); To make your own autonomous code, write code in the RunNextFrame() method of your class. If you have any questions, post here. Check the next post. Use that ZIP file. Last edited by SilverStar : 13-04-2004 at 22:12. |
|
#2
|
|||
|
|||
|
Re: Autonomous Simulator SDK 0.1 - Testers needed!
If the above ZIP files do not work, try this one.
It doesn't have documentation. [edit]check the next post[/edit] Last edited by SilverStar : 13-04-2004 at 18:39. |
|
#3
|
|||
|
|||
|
Re: Autonomous Simulator SDK 0.1 - Testers needed!
The latest version of the SDK will always be here:
I'm now at version 0.7: http://nrg.chaosnet.org/coder/nrgrobocoder.zip |
|
#4
|
|||
|
|||
|
Re: Autonomous Simulator SDK 0.1 - Testers needed!
Ok, I've implemented Line Sensors and Collision Sensors. In addition, the graphics is improved and scoring and collision detection has been refined.
Check the link above. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Despite what IFI says, you can configure autonomous from OI... | TedP | Programming | 19 | 31-03-2004 10:09 |
| autonomous mode problem on field | Chris_C | Programming | 17 | 26-03-2003 19:11 |
| Autonomous Kill Switch | UCGL_Guy | Programming | 8 | 15-01-2003 17:39 |