diff --git a/missions/tip the scale.py b/missions/tip the scale.py index 344aa05..bc1f5ab 100644 --- a/missions/tip the scale.py +++ b/missions/tip the scale.py @@ -24,7 +24,7 @@ async def main(): right_arm.run_angle(500,200) await drive_base.straight(70) - await drive_base.turn(-65) + await drive_base.turn(-70) await drive_base.straight(900) await drive_base.turn(110)