hand_control/launch/essai-filtre.launch

12 lines
277 B
Text
Raw Normal View History

2015-04-22 21:25:48 +00:00
<launch>
2015-04-23 10:29:04 +00:00
2015-04-22 21:25:48 +00:00
<node name="filtre_z" pkg="hand_control" type="filtre">
<remap from="/filtre/input" to="/random_pcl"/>
2015-04-22 21:25:48 +00:00
</node>
2015-04-23 10:29:04 +00:00
2015-04-22 21:25:48 +00:00
<node name="publisher" pkg="hand_control" type="random_pcl_publisher" >
<remap from="/random/output" to="/random_pcl"/>
2015-04-22 21:25:48 +00:00
</node>
2015-04-23 10:29:04 +00:00
2015-04-22 21:25:48 +00:00
</launch>