Quote:
Originally Posted by sukhjinder564
I would recommend simplifying the operator control for now.
I have never used the Timer function in teleop, so this timer may be throwing your code off, but if the code is not being reached, make sure the conditions of the while loop are being satisfied. Or you could just remove the while loop entirely and see how that works.
This may or may not work for SimpleRobot, as I always use IterativeRobot.
Does the operatorControl() function run periodically?
|
I'm thinking that no functions are ever reached. I removed both the timer and the while loop, both getting no results. I got this message in the console: [cRIO] Default disabled() method running, consider providing your own. I created a disabled() method in the code and I still received the same message.
Also my Jaguar motors just constantly blink yellow and my Robot Signal Light continuously blinks when the driver station is off, but it starts to change its blink pattern when I change the operation modes in the driver station.