Skip to content

Commit

Permalink
fix a broken link to the WPILib Ramsete Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
baylessj committed Jun 19, 2022
1 parent c4fd556 commit d512114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controller-suggestions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Like Pure Pursuit, the Ramsete Controller has become quite popular in FRC. The
`WPILib <https://docs.wpilib.org/en/latest/index.html>`_ library includes an
implementation for the Ramsete Controller:

- `WPILib Implementation <https://github.com/wpilibsuite/allwpilib/blob/master/wpilibc/src/main/native/cpp/controller/RamseteController.cpp>`_
- `WPILib Implementation <https://github.com/wpilibsuite/allwpilib/blob/ee03a7ad3bcc156d3b9c07c590e32bca5df83537/wpimath/src/main/native/cpp/controller/RamseteController.cpp>`_

The following resources are helpful to use when constructing your
Ramsete Controller:
Expand Down

0 comments on commit d512114

Please sign in to comment.