Changes between Version 3 and Version 4 of Command Based Robot Notes
- Timestamp:
- Jan 15, 2015, 7:47:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Command Based Robot Notes
v3 v4 14 14 * These prevent two different commands from utilizing the same resources on the robot 15 15 16 Commands 16 '''Commands''' 17 17 - Interrupts 18 18 * Called to stop a command from running … … 21 21 * Commands can be easily mapped to buttons through the OI class 22 22 23 Input Class 23 '''Input Class''' 24 24 - Input Devices 25 25 * Input devices are mapped through joystick and button objects … … 27 27 * Commands can be mapped to buttons or triggers in the OI class 28 28 29 Robot Map 29 '''Robot Map''' 30 30 - Ports 31 31 * This class centralizes port numbers and connection numbers for robot-wide use 32 32 33 Command Groups 33 '''Command Groups''' 34 34 - About 35 35 * Command Groups are used for command sequencing and parallelizazation