Changes between Version 13 and Version 14 of ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl
- Timestamp:
- Nov 16, 2019, 11:24:41 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl
v13 v14 13 13 * Try printing the error and adjusted motor powers using System.out.println(...) to see what adjustments are taking place. 14 14 15 === TalonSRX Closed Loop Control === 16 Although closed loop control can be implemented using the RoboRIO, the task can also be offloaded to a smart motor controller such as the TalonSRX; this can make the control smoother and leaves the RoboRIO free to focus on other tasks. You can read about closed loop control using the !TalonSRX [https://phoenix-documentation.readthedocs.io/en/latest/ch16_ClosedLoop.html here] 17 15 18 === Extra Credit === 16 19 Try experimenting with the control values (carefully and changing them a little at a time) to see what effect they have. Be prepared to hit the Disable button or space bar when testing!