Skip to content

Commit

Permalink
fixed excessive rocking in NaviGator simulation (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aj authored Oct 3, 2024
1 parent 7501cac commit c60fd6b
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 c60fd6b

Please sign in to comment.