Changes between Version 6 and Version 7 of ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl
- Timestamp:
- Nov 12, 2019, 6:57:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl
v6 v7 67 67 } 68 68 }}} 69 70 EXCERSISE 71 72 Code a robot that will set a single wheel to 2000 RPM 73 * You will need knowledge of encoders, to analyze speed 74 * You can use this PID , and probably should not change the PID class unless you know what you're doing 75 * Just figure out how to implement it. Also, you should be able to tell what every method in this does