public class AngularVelocityConstraint implements TrajectoryVelocityConstraint
Constraint limiting angular velocity.
public AngularVelocityConstraint(double maxAngularVel)
public double get(double s, @NotNull Pose2d pose, @NotNull Pose2d deriv, @NotNull Pose2d baseRobotVel)
Returns the maximum profile velocity.
s
pose
deriv
baseRobotVel