![]() |
Javadoc not found, victors not responding
Hi, I'm a programmer for team 2634
and we're having some MAJOR problems with the robot. The code builds, deploys, and runs fine, but nothing on the robot seems to respond. For example if push a button that is supposed to make a motor run the motor will not run, but if I put a print command the word is printed with no issues. The victors are blinking orange. Under all the imported files it says "Javadoc not found" This happens even If I manually locate the file. I have checkd all the wiring and the pwms multiple times. Everything mechanical and electrical on the robot is 100% correct from what I can tell. My code is below Code:
package edu.wpi.first.wpilibj.templates; |
Re: Javadoc not found, victors not responding
Your program extends the SimpleRobot class. When you create a program using this as your base class, your operatorControl() method is called exactly one time during the match. So, you want to place the code you want to run inside a while loop. For example in the following, I renamed your method to "checkUserInputs()" and updated the operatorControl() method to call your method continuously while the robot is enabled and in the teleop period:
Code:
/* |
| All times are GMT -5. The time now is 10:07. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi