Update codes_for_scrimmage/hazmat/mainhazmatUPD.py

This commit is contained in:
2025-10-24 01:15:43 +00:00
parent 702e05e7f7
commit 9d3d8b48e4

View File

@@ -121,7 +121,6 @@ async def Run4(): # From Send_Over_Final.py
#Get to Red Start #Get to Red Start
await drive_base.straight(-110) await drive_base.straight(-110)
await drive_base.turn(90) await drive_base.turn(90)
await drive_base.straight(500)
# while True: # while True:
# distance_mm = await lazer_ranger.distance() # distance_mm = await lazer_ranger.distance()