![]() |
drive problems
ok, so i'm setting up just the basic tank drive for our robot. i'm using code from one of the, what i assume, was a beta team. and it seems to check out to me.
Code:
/*----------------------------------------------------------------------------*/"no user supplied robotmain" now after i detach the computer with netbeans and plug the cRIO into the classmate via ethernet, it works fine, i can select autonomous, and hit start and the light will blink like its supposed to. but nothing happens. which makes sense. but when i set it to teleop, and make it run, still nothing will happen on the robot. when i move either of the joysticks, there is no activity. when i look under setup on the classmate and move the joysticks it shows no activity, but when i press a button the coresponding one will light up blue. also on the operation screen on the small status window, i get a message "watchdog not fed". been trying to get this work for 3 days now, the big problem is that i feel i should have had this done by the end of the first day. any help would be great. |
Re: drive problems
This basic robot class name gets embedded in the file resources/META_INF/MANIFEST.MF and needs to change when the the name of the main class changes (there's code in the NetBeans modules to do this automatically, but it doesn't seem to work at the present).
So check that the class name in the MANIFEST.MF file matches your team's robot class name (ie "edu.wpi.first.wpilibj.templates.RobotTemplate 2" in your case). |
| All times are GMT -5. The time now is 08:38 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi