Skip to content

Commit

Permalink
Update Choreo links to frc-docs Choreo page (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 10, 2024
1 parent 672bb07 commit 88374bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/docs/software/pathplanning/pathweaver/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PathWeaver

.. note:: Users may find [Choreo](https://sleipnirgroup.github.io/Choreo/) or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.
.. note:: Users may find :doc:`Choreo </docs/software/wpilib-tools/choreo/index>` or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.


.. toctree::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction to PathWeaver

.. note:: Users may find [Choreo](https://sleipnirgroup.github.io/Choreo/) or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.
.. note:: Users may find :doc:`Choreo </docs/software/wpilib-tools/choreo/index>` or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.

Autonomous is an important section of the match; it is exciting when robots do impressive things in autonomous. In order to score, the robot usually need to go somewhere. The faster the robot arrives at that location, the sooner it can score points! The traditional method for autonomous is driving in a straight line, turning to a certain angle, and driving in a straight line again. This approach works fine, but the robot spends a non-negligible amount of time stopping and starting again after each straight line and turn.

Expand Down
2 changes: 1 addition & 1 deletion source/docs/yearly-overview/yearly-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ Supported Operating Systems and Architectures:

## Choreo

Choreo is bundled in the installer! Choreo is an application for creating time optimal autonomous trajectories. [Read more here](https://sleipnirgroup.github.io/Choreo/).
Choreo is bundled in the installer! Choreo is an application for creating time optimal autonomous trajectories. :doc:`Read more here </docs/software/wpilib-tools/choreo/index>`.

0 comments on commit 88374bc

Please sign in to comment.