-
- All Implemented Interfaces:
public final class RamseteController
-
-
Constructor Summary
Constructors Constructor Description RamseteController(Double trackWidth, Double zeta, Double bBar)
RamseteController(Double trackWidth, Double zeta)
RamseteController(Double trackWidth)
-
Method Summary
Modifier and Type Method Description final Twist2dDual<Time>
compute(DualNum<Time> s, Pose2dDual<Arclength> targetPose, Pose2d actualPose)
Computes the velocity and acceleration command. -
-
Method Detail
-
compute
final Twist2dDual<Time> compute(DualNum<Time> s, Pose2dDual<Arclength> targetPose, Pose2d actualPose)
Computes the velocity and acceleration command. The frame
Target
is the reference robot, and the frameActual
is the measured, physical robot.
-
-
-
-