Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/CAN
- Timestamp:
- Nov 8, 2019, 11:42:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/CAN
v2 v3 23 23 leftMotor.configSelectedFeedbackSensor(FeedbackDevice.QuadEncoder); 24 24 rightMotor.configSelectedFeedbackSensor(FeedbackDevice.QuadEncoder); 25 // Reset encoder counts to 0 26 leftMotor.setSelectedSensorPosition(0); 27 rightMotor.setSelectedSensorPosition(0); 25 28 }}} 26 29