-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementImprove existing features or specific requestImprove existing features or specific request
Description
Currently, command composition, through commands like SequentialCommandGroup, do not follow the same rules as WPILib's command composition. We should refactor the command composition to follow those rules. Namely, we must ensure that:
- Command compositions require all subsystems their components require
- May run when disabled if all their component set runsWhenDisabled as true (currently not applicable)
- Are kCancelIncoming if all their components are kCancelIncoming as well (currently unimplemented, see Introduce Command Interruption Behaviour #52)
Metadata
Metadata
Assignees
Labels
enhancementImprove existing features or specific requestImprove existing features or specific request