WheelVelConstraint

class WheelVelConstraint(val kinematics: RobotKinematics<*, *>, val maxWheelVel: Double) : VelConstraint

Constructors

Link copied to clipboard
constructor(kinematics: RobotKinematics<*, *>, maxWheelVel: Double)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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