maxRobotVel

abstract fun maxRobotVel(robotState: RobotState, path: PosePath, s: Double): Double

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

Return

The maximum allowable robot velocity

Parameters

robotState

The current state of the robot

path

The path being followed

s

The arc length parameter along the path