|
Re: Periodic Tasks Questions
You need to put the Joystick Get Values inside the while loop.
The way it is now, it reads the joystick values once when the robot is booted (and before the joysticks are even connected) and those values are never updated or changed.
You want to read new values each loop.
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
|