CompositeVelConstraint

class CompositeVelConstraint(val constraints: List<VelConstraint>, val offsets: List<Double>) : VelConstraint

Constructors

Link copied to clipboard
constructor(constraints: List<VelConstraint>, offsets: List<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