Closed JediScoy closed 2 years ago
TODO Write pseudocode or comments for the different actions of the auton. Consider that multiple versions of this failsafe should be written depending on the starting position of the robot
AutonDriveByGyro (adapted from RobotAutoDriveByGyro example) on the dev branch works as proof of concept. Currently (10/1/22) its only front wheel drive, but gyro and distances are working as expected. Considering a separate branch (dev-auton) for autonomous development
I'll write some example comments later
// Place robot at starting position // Drive forward
Tested Auton Blue 1 on 10/10/22
Liam is developing auton files based on this and others