TranslationalVelConstraint

Velocity constraint based on maximum translational velocity.

This constraint ensures that the robot's translational velocity does not exceed a specified maximum value at any point along the path.

Throws

Constructors

Link copied to clipboard
constructor(maxTransVel: Double)

Properties

Link copied to clipboard

The maximum translational velocity (must be positive)

Functions

Link copied to clipboard
open override fun maxRobotVel(robotState: RobotState, path: PosePath, s: Double): Double

Returns the maximum robot velocity at the specified state and path position.