Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.control
/
WheelVelConstraint
Wheel
Vel
Constraint
class
WheelVelConstraint
(
val
kinematics
:
RobotKinematics
<
*
,
*
>
,
val
maxWheelVel
:
Double
)
:
VelConstraint
Members
Constructors
Wheel
Vel
Constraint
Link copied to clipboard
constructor
(
kinematics
:
RobotKinematics
<
*
,
*
>
,
maxWheelVel
:
Double
)
Properties
kinematics
Link copied to clipboard
@
JvmField
val
kinematics
:
RobotKinematics
<
*
,
*
>
max
Wheel
Vel
Link copied to clipboard
@
JvmField
val
maxWheelVel
:
Double
Functions
max
Robot
Vel
Link copied to clipboard
open
override
fun
maxRobotVel
(
robotState
:
RobotState
,
path
:
PosePath
,
s
:
Double
)
:
Double