add test_second autonomous to the auto selector
read the title lol
This commit is contained in:
parent
6c8487ad99
commit
1eb0b35133
@ -25,6 +25,7 @@ void initialize() {
|
|||||||
|
|
||||||
ary::autonselector::auton_selector.add_autons({
|
ary::autonselector::auton_selector.add_autons({
|
||||||
Auton("Test Auton\n\nTesting Autonomous on field", test_auton),
|
Auton("Test Auton\n\nTesting Autonomous on field", test_auton),
|
||||||
|
Auton("Test Auton - The Sequel\n\nyo mama", test_second)
|
||||||
});
|
});
|
||||||
|
|
||||||
chassis.set_drive_brake(MOTOR_BRAKE_COAST);
|
chassis.set_drive_brake(MOTOR_BRAKE_COAST);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user