Changes between Version 7 and Version 8 of ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl
- Timestamp:
- Nov 4, 2019, 1:53:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl
v7 v8 81 81 * How much the control loop adjusts the power based on the sensed inputs (kP=0.01 in the above example) 82 82 * Try printing the error and adjusted motor powers using System.out.println(...) to see what adjustments are taking place. 83 Try experimenting with these 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!84 83 84 === Extra Credit === 85 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! 86