Skip to content

Commit

Permalink
Reduce set speed to the original
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Chao authored and Josh Chao committed Feb 12, 2017
1 parent ba161f5 commit de335ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def update(self, measurement):


controller = SimplePIController(0.1, 0.002)
set_speed = 15
set_speed = 9
controller.set_desired(set_speed)


Expand Down

0 comments on commit de335ee

Please sign in to comment.