More docs

This commit is contained in:
ary 2023-10-03 08:51:33 -04:00
parent 41aac7d39e
commit df4b492d65

View File

@ -7,6 +7,15 @@
using namespace globals;
using namespace superstruct;
/*
TODO:
- AUTONS
- SameBarQual
- OppBarQual
- SameBarElims
- OppBar Elims
*/
/*
chassis.wait_drive() -> Waits for the drivetrain to complete whatever movement is happening
chassis.wait_until(double measurement) -> Waits for the drivetrain to reach a certain measurement before performing the next task.