Constants

constructor(driveModel: DriveModel, motionProfile: MotionProfile, turnActionFactory: TurnActionFactory, trajectoryActionFactory: TrajectoryActionFactory, trajectoryBuilderParams: TrajectoryBuilderParams, beginEndVel: Double, baseTurnConstraints: TurnConstraints, baseVelConstraint: VelConstraint, baseAccelConstraint: AccelConstraint)

Parameters

driveModel

the drive model to use

motionProfile

the motion profile to use

turnActionFactory

the turn action factory to use

trajectoryActionFactory

the trajectory action factory to use

trajectoryBuilderParams

the trajectory builder parameters to use

beginEndVel

the beginning and ending velocity of the trajectory

baseTurnConstraints

the base turn constraints to use

baseVelConstraint

the base velocity constraint to use

baseAccelConstraint

the base acceleration constraint to use