diff --git a/run_02.py b/run_02.py index 23aa949..504d29b 100644 --- a/run_02.py +++ b/run_02.py @@ -17,10 +17,10 @@ def main(robot: LazyRobot): db.settings(864, 300, 100, 50) db.straight(610) # mission 1 - msu_L.run_angle(1000, -420, Stop.HOLD, wait=True) # abbassamento dell'asscenzore + msu_L.run_angle(1000, -570, Stop.HOLD, wait=True) # abbassamento dell'asscenzore db.straight(50) # primo abbassamento del paletto rosso - db.straight(-120) # secondo abbassamento - db.straight(40) + db.straight(-100) # secondo abbassamento + db.straight(50) msu_L.run_angle(1000, 420, Stop.HOLD, wait=False) # inalzamento ascensore db.straight(50) # missione 2