Changes between Initial Version and Version 1 of ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor/Example2
- Timestamp:
- Jan 28, 2020, 11:40:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor/Example2
v1 v1 1 Most advanced teams use the Command Framework for their robot programming because it provides a powerful paradigm for breaking up the many robot control features. Subsystems represent robot hardware and Commands represent complex actions performed using that hardware. 2 3 See the attached files for an example of a program that has commands to open and close something using a servo motor. The open and close commands are bound to the X and Y buttons on a game controller.