FRCteam3952 / FRC2023

2022 - 2023 Season Robot Code
Other
11 stars 16 forks source link

Read documentation #35

Open maxchen132 opened 1 year ago

maxchen132 commented 1 year ago

If you want to understand stuff better (which is always helpful when we want to troubleshoot things) you can read documentation! :D

Here's some documentation on trajectory generation and following:

https://docs.wpilib.org/en/stable/docs/software/advanced-controls/trajectories/index.html

I might post more stuff under this issue later as well.

maxchen132 commented 1 year ago

We might also be using PathWeaver: https://docs.wpilib.org/en/stable/docs/software/pathplanning/pathweaver/index.html

maxchen132 commented 1 year ago

Documentation on commands: https://docs.wpilib.org/en/stable/docs/software/commandbased/commands.html https://docs.wpilib.org/en/stable/docs/software/commandbased/command-compositions.html