Skip to content

Commit

Permalink
fixed excessive rocking in NaviGator simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aj committed Oct 3, 2024
1 parent 7501cac commit 60b40e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch>
<node name="mrac" pkg="navigator_controller" type="mrac_controller.py" output="screen">
<rosparam>
kp: [1500.0, 1500.0, 5600.0]
kd: [300.0, 200.0, 3000.0]
kp: [1000.0, 700, 5600.0]
kd: [200.0, 400, 3000.0]
ki: [0.2, 0.2, 0.2]
kg: [5.0, 5.0, 5.0, 5.0, 5.0]
mass: 251.19
Expand Down
2 changes: 1 addition & 1 deletion NaviGator/simulation/VRX/vrx

0 comments on commit 60b40e1

Please sign in to comment.