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