Changes between Version 9 and Version 10 of Command Based Robot Notes
- Timestamp:
- Jan 20, 2015, 12:36:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Command Based Robot Notes
v9 v10 13 13 * Subsystems can be compared to mechanisms that use the 14 14 same overall resources 15 * Realize that two actions cannot occur at the same time, that require the same subsystem15 * Realize that two actions that require the same subsystem cannot occur at the same time 16 16 17 17 - ''Dependencies'' 18 * These prevent two different commands from utilizing the same resources on the robot 18 19 * Dependencies are created by 19 * These prevent two different commands from utilizing the same resources on the robot20 20 21 21 {{{requires(Robot.exampleSubsystem);}}}