Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson authored and 130s committed Oct 9, 2017
1 parent 0dc1813 commit c0c50d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions launch/openni2.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<!-- "camera" should uniquely identify the device. All topics are pushed down
into the "camera" namespace, and it is prepended to tf frame ids. -->
<arg name="camera" default="camera" />
<arg name="tf_prefix" default="" />
<arg name="rgb_frame_id" default="$(arg tf_prefix)/$(arg camera)_rgb_optical_frame" />
<arg name="depth_frame_id" default="$(arg tf_prefix)/$(arg camera)_depth_optical_frame" />
<arg name="rgb_frame_id" default="$(arg camera)_rgb_optical_frame" />
<arg name="depth_frame_id" default="$(arg camera)_depth_optical_frame" />

<!-- device_id can have the following formats:
"#1" : the first device found
Expand Down Expand Up @@ -111,7 +110,6 @@
<include if="$(arg publish_tf)"
file="$(find rgbd_launch)/launch/kinect_frames.launch">
<arg name="camera" value="$(arg camera)" />
<arg name="tf_prefix" value="$(arg tf_prefix)" />
</include>

</launch>

0 comments on commit c0c50d3

Please sign in to comment.