Skip to content

Commit

Permalink
Update link to trajectory constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Nov 8, 2024
1 parent b821f3d commit 2e353df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Users can create their own constraint by implementing the ``TrajectoryConstraint

The ``MaxVelocity`` method should return the maximum allowed velocity for the given pose, curvature, and original velocity of the trajectory without any constraints. The ``MinMaxAcceleration`` method should return the minimum and maximum allowed acceleration for the given pose, curvature, and constrained velocity.

See the source code ([Java](https://github.com/wpilibsuite/allwpilib/tree/main/wpimath/src/main/java/edu/wpi/first/math/trajectory/constraint), [C++] (https://github.com/wpilibsuite/allwpilib/tree/main/wpimath/src/main/native/cpp/trajectory/constraint)) for the WPILib-provided constraints for more examples on how to write your own custom trajectory constraints.
See the source code ([Java](https://github.com/wpilibsuite/allwpilib/tree/main/wpimath/src/main/java/edu/wpi/first/math/trajectory/constraint), [C++] (https://github.com/wpilibsuite/allwpilib/tree/main/wpimath/src/main/native/include/frc/trajectory/constraint)) for the WPILib-provided constraints for more examples on how to write your own custom trajectory constraints.

0 comments on commit 2e353df

Please sign in to comment.