View Single Post
  #5   Spotlight this post!  
Unread 06-02-2017, 20:22
JohnGutowski JohnGutowski is offline
Registered User
FRC #0280
 
Join Date: Feb 2017
Location: United States
Posts: 6
JohnGutowski is an unknown quantity at this point
Re: Periodic Tasks Questions

Quote:
Originally Posted by Mark McLeod View Post
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
Reply With Quote