|
Re: Methods are not being called
Code in the teleop*() methods won't get executed until you've enabled your robot in telop mode through the driver station.
The robotInit() and disabled*() methods get executed prior to enabling the robot.
Last edited by otherguy : 22-01-2015 at 23:29.
|