Skip to content

Commit

Permalink
Fix list formatting in command scheduler (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Aug 17, 2024
1 parent 2bf51c7 commit fef8cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/docs/software/commandbased/command-scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This method walks through the following steps:
#. Verifies that the command isn't in a composition.
#. :term:`No-op` if scheduler is disabled, command is already scheduled, or robot is disabled and command doesn't <commands:runsWhenDisabled>.
#. If requirements are in use:

* If all conflicting commands are interruptible, cancel them.
* If not, don't schedule the new command.
#. Call ``initialize()``.
Expand Down

0 comments on commit fef8cc4

Please sign in to comment.