MinVelocityConstraint

Composite constraint representing the minimum of its constituent velocity constraints.

Constructors

Link copied to clipboard
constructor(vararg constraints: TrajectoryVelocityConstraint)
constructor(constraints: List<TrajectoryVelocityConstraint>)

Properties

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.