Trajectory Sequence Builder
constructor(startPose: Pose2d, startTangent: Double, baseVelConstraint: TrajectoryVelocityConstraint, baseAccelConstraint: TrajectoryAccelerationConstraint, baseTurnConstraintMaxAngVel: Double, baseTurnConstraintMaxAngAccel: Double)
Constructs a new TrajectorySequenceBuilder.
Parameters
start Pose
The starting pose of the trajectory.
start Tangent
The starting tangent of the trajectory, or null if not set.
base Vel Constraint
The base velocity constraint for the trajectory.
base Accel Constraint
The base acceleration constraint for the trajectory.
base Turn Constraint Max Ang Vel
The maximum angular velocity for turns.
base Turn Constraint Max Ang Accel
The maximum angular acceleration for turns.
constructor(startPose: Pose2d, baseVelConstraint: TrajectoryVelocityConstraint, baseAccelConstraint: TrajectoryAccelerationConstraint, baseTurnConstraintMaxAngVel: Double, baseTurnConstraintMaxAngAccel: Double)
Constructs a new `TrajectorySequenceBuilder` with the specified parameters.
Parameters
start Pose
The starting pose of the trajectory.
base Vel Constraint
The base velocity constraint for the trajectory.
base Accel Constraint
The base acceleration constraint for the trajectory.
base Turn Constraint Max Ang Vel
The maximum angular velocity for turns.
base Turn Constraint Max Ang Accel
The maximum angular acceleration for turns.