From 489ff94601d572516c87e318e3c09c1cafffce42 Mon Sep 17 00:00:00 2001 From: Atharv <30nagava@elmbrookstudents.org> Date: Tue, 25 Nov 2025 20:27:57 +0000 Subject: [PATCH] Update competition_codes/sectionals/sectional_main_experimental.py --- competition_codes/sectionals/sectional_main_experimental.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/competition_codes/sectionals/sectional_main_experimental.py b/competition_codes/sectionals/sectional_main_experimental.py index 164ddc0..3deb707 100644 --- a/competition_codes/sectionals/sectional_main_experimental.py +++ b/competition_codes/sectionals/sectional_main_experimental.py @@ -131,7 +131,7 @@ async def Run2_1(): await drive_base.straight(-50) await drive_base.turn(-100) await drive_base.arc(-500,None,600) - drive_base.brake() + drive_base.stop() async def Run3(): # tip the scale.py @@ -145,7 +145,7 @@ async def Run3(): # tip the scale.py await drive_base.straight(-100) await drive_base.turn(90) await drive_base.straight(800) - drive_base.brake() + drive_base.stop() async def Run4(): # From Send_Over_Final.py