adds launchfile for commander_atan node
This commit is contained in:
parent
b19ea6355c
commit
a3a8b07954
1 changed files with 17 additions and 0 deletions
17
launch/kinect_commander_atan.launch
Normal file
17
launch/kinect_commander_atan.launch
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
<launch>
|
||||||
|
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch"/>
|
||||||
|
|
||||||
|
<node name="filter" pkg="hand_control" type="filter">
|
||||||
|
<remap from="/filter/input" to="/camera/xyzrgb/points"/>
|
||||||
|
</node>
|
||||||
|
|
||||||
|
<node name="estimator" pkg="hand_control" type="estimator">
|
||||||
|
<remap from="/estimator/input" to="/filter/output"/>
|
||||||
|
</node>
|
||||||
|
|
||||||
|
<node name="commander_atan" pkg="hand_control" type="commander_atan">
|
||||||
|
<remap from="/commander_atan/input" to="/estimator/output"/>
|
||||||
|
</node>
|
||||||
|
|
||||||
|
</launch>
|
Loading…
Reference in a new issue