Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
- Timestamp:
- Oct 15, 2019, 7:25:04 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
v11 v12 117 117 {{{ 118 118 private XboxController xbox; 119 private Servo servo;119 private WPI_TalonSRX m_rearLeft; 120 120 }}} 121 121 * in robotInit() instantiate the controller and motor controller objects