View Single Post
  #3   Spotlight this post!  
Unread 06-02-2015, 23:23
defied defied is offline
Registered User
FRC #2557
 
Join Date: Jan 2014
Location: Tacoma, WA
Posts: 23
defied is an unknown quantity at this point
Re: Pulling Variables from Robot

Quote:
Originally Posted by Fauge7 View Post
In robot map you declare the constants for the robot.

For example:

Code:
public static final int MOTOR_SPOT_1 = 1;
Then in any class simply reference it by typing

Code:
RobotMap.MOTOR_SPOT_1
Would there be a way to change the value during runtime from the command pulling it? Remove final?

Thanks,
D
Reply With Quote