4 changed files with 15 additions and 10 deletions
@ -1,9 +1,14 @@ |
|||||
<launch> |
<launch> |
||||
<param name="zmax" value="100." type="double" /> |
|
||||
<node name="filtre_z" pkg="hand_control" type="filtre"> |
<node name="filtre_z" pkg="hand_control" type="filtre"> |
||||
<remap from="filtre_input" to="random_pcl"/> |
<remap from="/filtre/input" to="random_pcl"/> |
||||
</node> |
</node> |
||||
|
<param name="/filtre/zmax" value="100." type="double" /> |
||||
|
|
||||
<node name="publisher" pkg="hand_control" type="random_pcl_publisher" > |
<node name="publisher" pkg="hand_control" type="random_pcl_publisher" > |
||||
<remap from="random_output" to="random_pcl"/> |
<remap from="/random/output" to="random_pcl"/> |
||||
</node> |
</node> |
||||
|
<param name="/random/freq" value="1." type="double" /> |
||||
|
<param name="/random/length" value="5" type="int" /> |
||||
|
|
||||
</launch> |
</launch> |
||||
|
|||||
Loading…
Reference in new issue