-
Notifications
You must be signed in to change notification settings - Fork 671
Open
Labels
20272027 target2027 targetcomponent: commands v3WPILib commands library version 3WPILib commands library version 3
Description
- Update
ScheduledEventto include the trigger that the scheduled command was bound to. Null for commands scheduled manually. This may require updatingBindingto hold a reference to the trigger - Add a name field to
Trigger. This could be passed as a constructor parameter or changed later with a.setName(String)method. If no name is specified in the constructor, generate and assign a unique name - Update scheduler protobuf telemetry:
- Add an
optional string triggered_byfield to theProtobufCommandmessage- Set this to the name of the trigger that caused the command to be scheduled
- Leave empty if the command was not scheduled by a trigger
- Add an
- Update the design doc to account for the changes made
Metadata
Metadata
Assignees
Labels
20272027 target2027 targetcomponent: commands v3WPILib commands library version 3WPILib commands library version 3