Package com.acmerobotics.roadrunner
Class MecanumKinematics.WheelVelConstraint
-
- All Implemented Interfaces:
-
com.acmerobotics.roadrunner.VelConstraint
public final class MecanumKinematics.WheelVelConstraint implements VelConstraint
-
-
Field Summary
Fields Modifier and Type Field Description public final Double
maxWheelVel
-
Constructor Summary
Constructors Constructor Description MecanumKinematics.WheelVelConstraint(Double maxWheelVel)
-
Method Summary
Modifier and Type Method Description Double
maxRobotVel(Pose2dDual<Arclength> robotPose, PosePath path, Double s)
-
-
Constructor Detail
-
MecanumKinematics.WheelVelConstraint
MecanumKinematics.WheelVelConstraint(Double maxWheelVel)
-
-
Method Detail
-
maxRobotVel
Double maxRobotVel(Pose2dDual<Arclength> robotPose, PosePath path, Double s)
-
-
-
-