AngularAccelVelocityConstraint

class AngularAccelVelocityConstraint(val maxAngAccel: Angle, val maxTranslationAccel: Double) : TrajectoryVelocityConstraint

A velocity constraint that prevents over-accelerating to ensure its corresponding angular and translational acceleration constraints are satisfied.

Constructors

Link copied to clipboard
constructor(maxAngAccel: Angle, maxTranslationAccel: Double)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun get(pose: Pose2d, deriv: Pose2d, lastDeriv: Pose2d, ds: Double, baseRobotVel: Pose2d): Double

Returns the maximum profile velocity.