Skip to content

Commit

Permalink
Fine-tuned the controller for Gazebo
Browse files Browse the repository at this point in the history
  • Loading branch information
turnwald committed Nov 18, 2016
1 parent 53ac8a6 commit 08c66e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/robot_controller_LQR_V1.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def update_controller(self):
#v_xi = self.Idx / 1.8 # correction factor
#self.IIdx = self.IIdx + v_xi / 150

# TODO: do something like: if a move-command comes, set xi_des = xi_des + epsilon

self.xi_des = 0
self.psi_des = 0

Expand Down

0 comments on commit 08c66e2

Please sign in to comment.