Package-level declarations
Types
Action combinator that executes the action group initialActions in parallel. Each call to run on this action calls run on every live child action in the order provided. Completed actions are removed from the rotation and do not prevent the completion of other actions. This action completes when all of initialActions have.
Action combinator that executes the action group initialActions in series. Each action is run one after the other. When an action completes, the next one is immediately run. This action completes when the last action completes.
Primitive sleep action that stalls for dt seconds.
A time-indexed turn beginning at beginPose and rotating CCW angle radians subject to constraints.
Builder that combines trajectories, turns, and other actions.
Functions
Returns System.nanoTime in seconds.