Quote:
Originally Posted by Fauge7
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