SequentialCommandBuilder
SequentialCommandGroup builder class
Functions
Run another command.
Run a group of commands at the same time. Ends once all commands in the group finish.
Run a group of commands at the same time. Ends once the condition is met.
Run a command sequence that ends once the condition is met.
Run a group of commands at the same time. Ends once the condition is no longer met.
Run a command sequence that ends once the condition is no longer met.
Run a group of commands at the same time. Ends once a specific command finishes, and cancels the others.
Run a command sequence that ends once a specific command finishes.
Run a group of commands at the same time. Ends once the timeout is exceeded.
Run a command sequence that ends once the timeout is exceeded.
Wait an amount of time in seconds.
Wait until a condition is met.
Wait until a condition is no longer met.