Quote:
Originally Posted by Mark McLeod
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.
|
Thanks so much, appreciate the help