Skip to content

Commit

Permalink
Added driving forward
Browse files Browse the repository at this point in the history
  • Loading branch information
LackesLab committed Mar 8, 2018
1 parent dc08974 commit af5c579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autonomous_roboclaw/autonomous_roboclaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def main():
engine.move_left_wheels_backward(20)
engine.move_right_wheels_forward(20)

else:
engine.move_all_wheels_forward(30)


if __name__ == '__main__':
main()

0 comments on commit af5c579

Please sign in to comment.