From e54005d492871ecf62f71619341a022ef348e392 Mon Sep 17 00:00:00 2001 From: ary Date: Mon, 2 Oct 2023 12:19:06 -0400 Subject: [PATCH] update main again --- RELENTLESS/src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELENTLESS/src/main.cpp b/RELENTLESS/src/main.cpp index 5440aca..2db2d89 100644 --- a/RELENTLESS/src/main.cpp +++ b/RELENTLESS/src/main.cpp @@ -47,11 +47,12 @@ void initialize() { chassis.set_active_brake(0.1); chassis.set_curve_default(0.375, 0.375); + /* Adjust the adjust the factor by which the drive velocity is adjusted */ chassis.set_joystick_drivescale(1.0); chassis.set_joystick_turnscale(1.0); - default_constants(); - exit_condition_defaults(); + configureConstants(); + configureExitConditions(); ary::autonselector::auton_selector.add_autons({ Auton("Exhibit One\n\nyo mama", test_auton) // TODO: Change this before putting this in the notebook LOL