|
1 | 1 | <launch> |
2 | | - <arg name="port" /> |
3 | | - <arg name="baud" default="57600" /> |
4 | | - <arg name="mode_right" default="true" /> |
5 | | - <arg name="direction" default="1" /> |
| 2 | + <arg name="port" /> |
| 3 | + <arg name="baud" default="57600" /> |
| 4 | + <arg name="mode_right" default="true" /> |
| 5 | + <arg name="direction" default="0" /> |
| 6 | + <arg name="debug" default="false"/> |
6 | 7 |
|
7 | | - <node |
8 | | - pkg="rosserial_python" |
9 | | - type="serial_node.py" |
10 | | - name="eye_display" |
11 | | - output="screen" |
12 | | - > |
13 | | - <rosparam subst_value="true"> |
14 | | - port: $(arg port) |
15 | | - baud: $(arg baud) |
16 | | - mode_right: $(arg mode_right) |
17 | | - direction: $(arg direction) |
18 | | - eye_asset_names: [normal, blink, surprised, sleepy, angry, sad, heart] |
19 | | - normal_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [9]}' |
20 | | - blink_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [9, 9, 130, 130, 9, 9]}' |
21 | | - surprised_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [9, 9, 9, 9, 130, 130, 9, 9, 9, 9, 130, 9, 9, 130, 9, 9]}' |
22 | | - sleepy_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [60, 60, 70, 130, 130, 130, 70, 60, 60, 60]}' |
23 | | - angry_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [120]}' |
24 | | - sad_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [130]}' |
25 | | - happy_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [130]}' |
26 | | - heart_eye_asset: '{path_iris: "", path_pupil:"", path_reflex: "", path_upperlid: "", upperlid_position: [130]}' |
27 | | - </rosparam> |
28 | | - </node> |
| 8 | + <include file="$(find eye_display)/launch/demo.launch" > |
| 9 | + <arg name="eye_asset_file" value="$(find eye_display)/launch/denden.yaml" /> |
| 10 | + <arg name="port" value="$(arg port)" /> |
| 11 | + <arg name="baud" value="$(arg baud)" /> |
| 12 | + <arg name="mode_right" value="$(arg mode_right)" /> |
| 13 | + <arg name="direction" value="$(arg direction)" /> |
| 14 | + <arg name="debug" value="$(arg debug)" /> |
| 15 | + </include> |
29 | 16 | </launch> |
0 commit comments