Update competition_codes/sectionals/sectional_main_dec_6.py
Updates for gear ratio change
This commit is contained in:
@@ -123,10 +123,10 @@ async def solve_forge():
|
|||||||
await drive_base.straight(-47)
|
await drive_base.straight(-47)
|
||||||
|
|
||||||
async def solve_heavy_lifting():
|
async def solve_heavy_lifting():
|
||||||
await right_arm.run_angle(500,-90) # arm down
|
await right_arm.run_angle(500,-160) # arm down
|
||||||
await wait(100)
|
await wait(100)
|
||||||
await drive_base.turn(20) # turn right a little bit
|
await drive_base.turn(20) # turn right a little bit
|
||||||
await right_arm.run_angle(500,140) #arm up
|
await right_arm.run_angle(500,160) #arm up
|
||||||
await drive_base.turn(-20) #reset position
|
await drive_base.turn(-20) #reset position
|
||||||
|
|
||||||
async def solve_who_lived_here():
|
async def solve_who_lived_here():
|
||||||
|
|||||||
Reference in New Issue
Block a user