~ugocupcic/sr-ros-interface/manipulation

« back to all changes in this revision

Viewing changes to shadow_robot/sr_object_manipulation/sr_object_manipulation_launch/launch/threedsensor.launch

  • Committer: Ugo Cupcic
  • Date: 2011-05-24 16:21:48 UTC
  • Revision ID: ugo@shadowrobot.com-20110524162148-xvt5pd3cjnudzmk4
working again: had to modify a bit to adjust to the ROS changes. It's now working for ROS diamonback with only the openni_camera for the kinect as an overlay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<launch>
2
2
  <include file="$(find sr_object_manipulation_launch)/machines/threedsensor.machine"/>
3
3
 
4
 
  <node pkg="point_cloud_converter" name="point_cloud_converter_1" type="point_cloud_converter">
 
4
<!--
 
5
  <node pkg="point_cloud_converter" name="point_cloud_converter_1" type="point_cloud_converter" respawn="false">
5
6
    <remap from="/points_in" to="/camera/depth/points_1" />
6
7
    <remap from="/points2_out" to="/camera/depth/points" />
7
8
  </node>
 
9
-->
8
10
 
9
11
</launch>
 
 
b'\\ No newline at end of file'