Browse Source

better remap launchfiles

master
Louis-Guillaume DUBOIS 11 years ago
parent
commit
cca1d5bb1b
  1. 11
      hand_control/launch/all.launch
  2. 2
      hand_control/launch/freenect-registered-xyzrgb.launch

11
hand_control/launch/all.launch

@ -1,5 +1,12 @@
<launch> <launch>
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch">
</include> <include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch"/>
<param name="zmax" value="50.0" type="double"/>
<node name="filtre_z" pkg="hand_control" type="filtre">
<remap from="filtre_input" to="/camera/xyzrgb/points"/>
</node>
</launch> </launch>

2
hand_control/launch/freenect-registered-xyzrgb.launch

@ -14,7 +14,7 @@
<arg name="hw_registered_processing" value="true" /> <arg name="hw_registered_processing" value="true" />
<!-- remapping --> <!-- remapping -->
<arg name="depth_registered" value="xyzrgb_pcl" /> <arg name="depth_registered" value="xyzrgb"/>
</include> </include>
</launch> </launch>

Loading…
Cancel
Save