Skip to content

Commit

Permalink
[develop/fetch][gazebo] remove noetic in launch file for loading navi…
Browse files Browse the repository at this point in the history
…gation yaml parameter because all fetch in jsk are melodic
  • Loading branch information
mqcmd196 committed May 21, 2024
1 parent 3400b81 commit afdb651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@
<rosparam command="load"
file="$(find jsk_fetch_startup)/launch/navigation/$(arg hostname)/fetch_amcl_common_params.yaml" />
<rosparam command="load"
file="$(find jsk_fetch_startup)/launch/navigation/$(arg hostname)/fetch_amcl_$(env ROS_DISTRO)_params.yaml" />
file="$(find jsk_fetch_startup)/launch/navigation/$(arg hostname)/fetch_amcl_melodic_params.yaml" />
<!-- load move_base params -->
<rosparam command="load"
file="$(find jsk_fetch_startup)/launch/navigation/$(arg hostname)/fetch_move_base_common_params.yaml" />
<rosparam command="load"
file="$(find jsk_fetch_startup)/launch/navigation/$(arg hostname)/fetch_move_base_$(env ROS_DISTRO)_params.yaml" />
file="$(find jsk_fetch_startup)/launch/navigation/$(arg hostname)/fetch_move_base_melodic_params.yaml" />
</group>

<!-- slam for build a map -->
Expand Down

0 comments on commit afdb651

Please sign in to comment.