Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 483 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 483 Bytes

FRC 2020

Build Status

Robot code for the 2020 FRC game, Infinite Recharge.

Testing Trajectories

./gradlew test will test that trajectories generate correctly and save them to paths/ for analysis.

To plot a trajectory, install gnuplot and use the provided gnuplot script: gnuplot -e "path='paths/TRAJECTORY_NAME.csv'" paths/path.plt