Skip to content

Commit 672bb07

Browse files
authored
Update link to trajectory constraints (#2836)
Moved by wpilibsuite/allwpilib#7343
1 parent 7245958 commit 672bb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/software/advanced-controls/trajectories/constraints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ Users can create their own constraint by implementing the ``TrajectoryConstraint
7171

7272
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.
7373

74-
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.
74+
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 commit comments

Comments
 (0)