Skip to content
Snippets Groups Projects
Commit 9aee2ec5 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Fixed typo in bt_definitions

parent 96c2a279
No related branches found
No related tags found
No related merge requests found
......@@ -160,22 +160,22 @@
<output_port name="max_vel_theta"> Local planner max vel theta</output_port>
</Action>
<!-- Follow local planner -->
<Action ID="nav_module_teb_sfollow_set_update_dist">
<Action ID="nav_module_follow_set_update_dist">
<input_port name="update_dist"> Local planner update_dist parameter</input_port>
</Action>
<Action ID="nav_module_teb_gfollow_get_update_dist">
<Action ID="nav_module_follow_get_update_dist">
<output_port name="update_dist"> Local planner update_dist parameter</output_port>
</Action>
<Action ID="nav_modfollow_set_follow_dist">
<Action ID="nav_module_follow_set_follow_dist">
<input_port name="follow_dist"> Local planner follow_dist parameter</input_port>
</Action>
<Action ID="nav_modfollow_get_follow_dist">
<Action ID="nav_module_follow_get_follow_dist">
<output_port name="follow_dist"> Local planner follow_dist parameter</output_port>
</Action>
<Action ID="nav_module_teb_sefollow_get_follow_restart_dist">
<Action ID="nav_module_follow_get_follow_restart_dist">
<input_port name="follow_restart_dist"> Local planner follow_restart_dist parameter</input_port>
</Action>
<Action ID="nav_module_teb_gefollow_set_follow_restart_dist">
<Action ID="nav_module_follow_set_follow_restart_dist">
<output_port name="follow_restart_dist"> Local planner follow_restart_dist parameter</output_port>
</Action>
<Action ID="nav_module_follow_set_spline_dist_samples">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment