Quote:
Originally Posted by DaveFrederick
I have unpacked and loaded the project: CurrentBot.zip
But I'm stuck and am not sure how to proceed.
|
Dave- I just got it working the other week. I created a new Netbeans Java Application (not a FRC Java program) and named the project "Robot". This is the same name as the main project in CurrentBot.zip (check me on that name, I don't have my computer in front of me right now). Once you have a new project import all of the files from CurrentBot.zip into your project. You may have to mess with the files a little bit to get it work. After you import the files, you should be ready to go! Add some robot simulation code to the main() routine inside an infinite while loop and everything should work.
Note that this may not be the optimal setup. I'm not affiliated with the project and just messed with the files until I got it running.