Package com.acmerobotics.roadrunner
See: Description
-
Interface Summary Interface Description Action Concurrent task for cooperative multitasking with some FTC dashboard hooks. InstantFunction TurnActionFactory TrajectoryActionFactory -
Class Summary Class Description SequentialAction Action combinator that executes the action group initialActions in series. ParallelAction Action combinator that executes the action group initialActions in parallel. SleepAction Primitive sleep action that stalls for dt seconds. InstantAction Instant action that executes f immediately. NullAction Null action that does nothing. TrajectoryActionBuilder Builder that combines trajectories, turns, and other actions. TurnConstraints TimeTurn A time-indexed turn beginning at beginPose and rotating CCW angle radians subject to constraints. Actions