diff --git a/source/docs/software/pathplanning/pathweaver/index.rst b/source/docs/software/pathplanning/pathweaver/index.rst index f889e55f7d..ee051a5fa0 100644 --- a/source/docs/software/pathplanning/pathweaver/index.rst +++ b/source/docs/software/pathplanning/pathweaver/index.rst @@ -1,6 +1,6 @@ # PathWeaver -.. note:: Users may find :doc:`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. +.. warning:: PathWeaver is deprecated and will be removed for 2027. Users may find :doc:`Choreo ` or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. .. toctree:: diff --git a/source/docs/software/pathplanning/pathweaver/introduction.rst b/source/docs/software/pathplanning/pathweaver/introduction.rst index 1cb91908f5..a441d8a713 100644 --- a/source/docs/software/pathplanning/pathweaver/introduction.rst +++ b/source/docs/software/pathplanning/pathweaver/introduction.rst @@ -1,6 +1,8 @@ # Introduction to PathWeaver -.. note:: Users may find :doc:`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. +.. _deprecation-notice: + +.. warning:: PathWeaver is deprecated and will be removed for 2027. Users may find :doc:`Choreo ` or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. 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.