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">
|
2015-04-23 17:35:16 +00:00
|
|
|
<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" >
|
2015-04-23 17:35:16 +00:00
|
|
|
<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>
|