public class ProfileAccelerationConstraint implements TrajectoryAccelerationConstraint
Constraint limiting profile acceleration.
public ProfileAccelerationConstraint(double maxProfileAccel)
public double get(double s, @NotNull Pose2d pose, @NotNull Pose2d deriv, @NotNull Pose2d baseRobotVel)
Returns the maximum profile acceleration.
s
pose
deriv
baseRobotVel