Team4159 / FRC-2020

🤖 Robot code for Deadlock - 2020-2021 Infinite Recharge
4 stars 5 forks source link
frc robot

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