WheelVelConstraint

inner class WheelVelConstraint(val maxWheelVel: Double) : VelConstraint

Constructors

Link copied to clipboard
fun WheelVelConstraint(maxWheelVel: Double)

Functions

Link copied to clipboard
open override fun maxRobotVel(    robotPose: Pose2dDual<Arclength>,     path: PosePath,     s: Double): Double

Properties

Link copied to clipboard
val maxWheelVel: Double