VelConstraint

fun interface VelConstraint

Constraint on robot velocity during motion profiling.

Implementations of this interface define the maximum allowable robot velocity at a given point along a path.

Inheritors

Functions

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

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