Skip to content

Commit

Permalink
Making scan topic a combined scan from depth camera and LIARD
Browse files Browse the repository at this point in the history
working with this PR iralabdisco/ira_laser_tools#7
  • Loading branch information
ruffsl committed Feb 19, 2016
1 parent b7803a5 commit 8c2eaa1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jarves_gazebo/launch/includes/kobuki.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@
<param name="output_frame_id" value="$(arg robot)/camera_depth_frame"/>
<param name="range_min" value="0.45"/>
<remap from="image" to="camera/depth/image_raw"/>
<remap from="scan" to="scan"/>
<remap from="scan" to="depth_scan"/>
</node>

<node pkg="ira_laser_tools" name="laserscan_multi_merger" type="laserscan_multi_merger" output="screen">
<param name="destination_frame" value="$(arg robot)/camera_depth_frame"/>
<param name="cloud_destination_topic" value="merged_cloud"/>
<param name="scan_destination_topic" value="scan"/>
<!-- <remap from="$(arg robot)/depth_scan" to="depth_scan"/>
<remap from="$(arg robot)/hokuyo_scan" to="hokuyo_scan"/> -->
<param name="laserscan_topics" value="hokuyo_scan depth_scan" />
</node>

<include file="$(find jarves_navigation)/launch/amcl_demo.launch">
Expand Down

0 comments on commit 8c2eaa1

Please sign in to comment.