Docs
Here are some links to helpful documentation that you might reference while programming FRC robot code.
Libraries
Section titled “Libraries”Version Control
Section titled “Version Control”| Name | Docs Site |
|---|---|
| Git | https://git-scm.com/ |
| GitHub | https://docs.github.com/en |
| Version Control in VS Code | https://code.visualstudio.com/docs/introvideos/versioncontrol |
| Name | Docs Site |
|---|---|
| VS Code | https://code.visualstudio.com/docs |
Logging
Section titled “Logging”| Name | Docs Site | API Docs |
|---|---|---|
| AdvantageKit | https://docs.advantagekit.org/ | https://docs.advantagekit.org/javadoc/index.html |
| tinylog | https://tinylog.org/ | https://tinylog.org/javadoc/ |
| DogLog | https://doglog.dev/ | https://javadoc.doglog.dev/ |
Simulation
Section titled “Simulation”| Name | Docs Site | | :------------ | :--------------------------------------------------------- | ------------------------------------------------------------ | | MapleSim | https://shenzhen-robotics-alliance.github.io/maple-sim/ | | dyn4j | https://dyn4j.org/ | https://www.javadoc.io/doc/org.dyn4j/dyn4j/latest/index.html | | jMonkeyEngine | https://wiki.jmonkeyengine.org/docs/3.9/documentation.html | https://javadoc.jmonkeyengine.org/v3.9.0-stable/index.html |