Update codes_for_scrimmage/hazmat/mainhazmatUPD.py

I am not a monkey
This commit is contained in:
2025-10-24 01:09:49 +00:00
parent b41f833c5e
commit 5427c73f1c

View File

@@ -176,11 +176,8 @@ async def Run5():
# Add - Adi's code here # Add - Adi's code here
async def Run6(): async def Run6():
await drive_base.straight(420) await drive_base.straight(750)
await right_arm.run_angle(300, 100) await drive_base.straight(-650)
await drive_base.straight(-100)
await right_arm.run_angle(300,-100)
await drive_base.straight(-350)
# Function to classify color based on HSV # Function to classify color based on HSV