Changes between Version 32 and Version 33 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
- Timestamp:
- Oct 30, 2019, 12:06:34 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
v32 v33 335 335 * How often the control loop runs (every 0.25 seconds in the above example) 336 336 * How much the control loop adjusts the power based on the sensed inputs (kP=0.01 in the above example) 337 * Try printing the error and adjusted motor powers using System.out.println(...) to see what adjustments are taking place. 337 338 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! 338 339