Skip to content

Commit

Permalink
Lower speed
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Mar 3, 2016
1 parent b469f35 commit 17b47ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/joy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
r.arms.silo.down()

elif j.right_arm:
r.drive.stop()
r.arms.dump.up()
while j.right_arm: pass
r.arms.dump.down()
Expand All @@ -48,4 +49,4 @@

else:
throttle, steer = j.move_cmd
r.drive.go(throttle * 0.5, steer * 0.5)
r.drive.go(throttle * 0.25, steer * 0.25)

0 comments on commit 17b47ec

Please sign in to comment.