Update competition_codes/sectionals/sectional_main_experimental.py

This commit is contained in:
2025-11-25 20:27:57 +00:00
parent 05be290f90
commit 489ff94601

View File

@@ -131,7 +131,7 @@ async def Run2_1():
await drive_base.straight(-50) await drive_base.straight(-50)
await drive_base.turn(-100) await drive_base.turn(-100)
await drive_base.arc(-500,None,600) await drive_base.arc(-500,None,600)
drive_base.brake() drive_base.stop()
async def Run3(): # tip the scale.py 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.straight(-100)
await drive_base.turn(90) await drive_base.turn(90)
await drive_base.straight(800) await drive_base.straight(800)
drive_base.brake() drive_base.stop()
async def Run4(): # From Send_Over_Final.py async def Run4(): # From Send_Over_Final.py