Skip to content

Commit

Permalink
Update launch (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshikiNakamura0412 authored May 27, 2024
1 parent 4eeb03d commit 57164d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/test.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<include file="$(find emcl_ros)/launch/emcl.launch">
<arg name="use_cloud" value="$(arg use_cloud)"/>
</include>
<include file="$(find scan_to_pcl_ros)/launch/scan_to_pcl.launch" if="$(arg use_cloud)"/>
<include file="$(find scan_to_pcl_ros)/launch/scan_to_pcl.launch" if="$(arg use_cloud)">
<arg name="frame_id" default="base_footprint"/>
</include>

<include file="$(find turtlebot3_gazebo)/launch/turtlebot3_world.launch"/>
<include file="$(find turtlebot3_bringup)/launch/turtlebot3_remote.launch"/>
Expand Down

0 comments on commit 57164d3

Please sign in to comment.