.. Team 573 Programming Documentation documentation master file, created by sphinx-quickstart on Thu Sep 13 19:58:13 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. FRC Path Planner ============================================================== Why Should I Care? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ As the games have becoming more complicated the necessity for more complex autonomous modes has increased. To do this with a swerve drive we've used Choreo and FRC Path Planner in the past to allow for path generation and following. FRC Path Planner GUI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FRC Path Planner (https://pathplanner.dev/home.html) is a GUI tool that allows you to create paths for your robot to follow. It allows you to create waypoints and then generate a path that the robot can follow. You can also add in NamedCommands to allow the robot to perform actions at specific points along the path. .. image:: /_static/images/pathplanner.png :alt: FRC Path Planner GUI :width: 600px :align: center See the 2025 Offseason Repo - Adding SIM to code - (https://github.com/savage301/Team573CTRESwervewithSIM) for an example of how we use FRC Path Planner in our code. .. toctree:: :maxdepth: 2