Skip to content

Commit

Permalink
Merge pull request #74 from UbiquityRobotics/move_basic_update
Browse files Browse the repository at this point in the history
Add params for PID control of lateral error
  • Loading branch information
jim-v committed Feb 23, 2019
2 parents 0629789 + 570bf2e commit ecfd9bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions magni_nav/launch/move_basic.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
<param name="robot_width" value="0.20"/>
<param name="robot_front_length" value="0.1"/>
<param name="robot_back_length" value="0.32"/>

<!-- lateral control -->
<param name="lateral_kp" value="1.0"/>
<param name="lateral_ki" value="0"/>
<param name="lateral_kd" value="50.0"/>
</node>
</launch>

0 comments on commit ecfd9bd

Please sign in to comment.