Constants
constructor(driveModel: DriveModel, motionProfile: MotionProfile, turnActionFactory: TurnActionFactory, trajectoryActionFactory: TrajectoryActionFactory, trajectoryBuilderParams: TrajectoryBuilderParams, beginEndVel: Double, baseTurnConstraints: TurnConstraints, baseVelConstraint: VelConstraint, baseAccelConstraint: AccelConstraint)
Parameters
drive Model
the drive model to use
motion Profile
the motion profile to use
turn Action Factory
the turn action factory to use
trajectory Action Factory
the trajectory action factory to use
trajectory Builder Params
the trajectory builder parameters to use
begin End Vel
the beginning and ending velocity of the trajectory
base Turn Constraints
the base turn constraints to use
base Vel Constraint
the base velocity constraint to use
base Accel Constraint
the base acceleration constraint to use