-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves #2795 Signed-off-by: Jade Turner <[email protected]>
- Loading branch information
1 parent
3c39096
commit 95d5146
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Choreo | ||
|
||
Choreo is a tool for calculating time optimal autonomous trajectories. This allows simple and efficient creation of autonomous routines. | ||
|
||
.. image:: /docs/software/wpilib-tools/choreo/images/choreo.png | ||
|
||
In Visual Studio Code, press :kbd:`Ctrl+Shift+P` and type ``WPILib`` or click the WPILib logo in the top right to launch the WPILib Command Palette. Select :guilabel:`Start Tool`, then select :guilabel:`Choreo`. | ||
|
||
.. note:: Detailed documentation for Choreo can be found [here](https://sleipnirgroup.github.io/Choreo/). | ||
|
||
The capabilities of Choreo include | ||
|
||
- creating trajectories with a variety of different constraints | ||
- scheduling commands at different events on your path | ||
- support for different drivebases, including swerve and tank |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters