|
8 | 8 | <arg name="open_browser" default="true"/> |
9 | 9 | <arg name="fullscreen_face" default="false"/> |
10 | 10 |
|
| 11 | + <!-- Delays --> |
| 12 | + <arg name="dance_behavior_delay"/> |
| 13 | + <arg name="explore_behavior_delay"/> |
| 14 | + <arg name="face_behavior_delay"/> |
| 15 | + <arg name="face_following_behavior_delay"/> |
| 16 | + <arg name="gesture_behavior_delay"/> |
| 17 | + <arg name="led_animations_behavior_delay"/> |
| 18 | + <arg name="led_emotions_behavior_delay"/> |
| 19 | + <arg name="sound_following_behavior_delay"/> |
| 20 | + <arg name="sound_object_person_following_behavior_delay"/> |
| 21 | + <arg name="sound_player_behavior_delay"/> |
| 22 | + <arg name="talk_behavior_delay"/> |
| 23 | + <arg name="too_close_reaction_behavior_delay"/> |
| 24 | + |
11 | 25 | <!-- Telepresence --> |
12 | 26 | <!-- See opentera-webrtc-ros --> |
13 | 27 |
|
|
16 | 30 | <include file="$(find t_top)/launch/behaviors/face.launch"> |
17 | 31 | <arg name="open_browser" value="$(arg open_browser)"/> |
18 | 32 | <arg name="fullscreen" value="$(arg fullscreen_face)"/> |
| 33 | + <arg name="face_behavior_delay" value="$(arg face_behavior_delay)"/> |
| 34 | + </include> |
| 35 | + |
| 36 | + <include file="$(find t_top)/launch/behaviors/led_emotions.launch"> |
| 37 | + <arg name="led_emotions_behavior_delay" value="$(arg led_emotions_behavior_delay)"/> |
19 | 38 | </include> |
20 | | - <include file="$(find t_top)/launch/behaviors/led_emotions.launch"/> |
21 | 39 |
|
22 | 40 | <!-- Led Animation --> |
23 | | - <include file="$(find t_top)/launch/behaviors/led_animations.launch"/> |
| 41 | + <include file="$(find t_top)/launch/behaviors/led_animations.launch"> |
| 42 | + <arg name="led_animations_behavior_delay" value="$(arg led_animations_behavior_delay)"/> |
| 43 | + </include> |
24 | 44 |
|
25 | 45 | <!-- Talk --> |
26 | 46 | <include file="$(find t_top)/launch/behaviors/talk.launch"> |
27 | 47 | <arg name="language" value="$(arg language)"/> |
28 | 48 | <arg name="gender" value="$(arg gender)"/> |
29 | 49 | <arg name="voice_generator_type" value="$(arg voice_generator_type)"/> |
30 | 50 | <arg name="speaking_rate" value="$(arg speaking_rate)"/> |
| 51 | + <arg name="talk_behavior_delay" value="$(arg talk_behavior_delay)"/> |
31 | 52 | </include> |
32 | 53 |
|
33 | 54 | <!-- Gesture --> |
34 | 55 | <include file="$(find t_top)/launch/behaviors/gesture.launch"> |
35 | 56 | <arg name="simulation" value="$(arg simulation)"/> |
| 57 | + <arg name="gesture_behavior_delay" value="$(arg gesture_behavior_delay)"/> |
36 | 58 | </include> |
37 | 59 |
|
38 | 60 | <!-- Sound Following --> |
39 | 61 | <include file="$(find t_top)/launch/behaviors/sound_following.launch"> |
40 | 62 | <arg name="simulation" value="$(arg simulation)"/> |
| 63 | + <arg name="sound_following_behavior_delay" value="$(arg sound_following_behavior_delay)"/> |
41 | 64 | </include> |
42 | 65 |
|
43 | 66 | <!-- Face Following --> |
44 | 67 | <include file="$(find t_top)/launch/behaviors/face_following.launch"> |
45 | 68 | <arg name="simulation" value="$(arg simulation)"/> |
| 69 | + <arg name="face_following_behavior_delay" value="$(arg face_following_behavior_delay)"/> |
46 | 70 | </include> |
47 | 71 |
|
48 | 72 | <!-- Sound Object Person Following --> |
49 | 73 | <include file="$(find t_top)/launch/behaviors/sound_object_person_following.launch"> |
50 | 74 | <arg name="simulation" value="$(arg simulation)"/> |
51 | 75 | <arg name="camera_2d_wide_enabled" value="$(arg camera_2d_wide_enabled)"/> |
| 76 | + <arg name="sound_object_person_following_behavior_delay" value="$(arg sound_object_person_following_behavior_delay)"/> |
52 | 77 | </include> |
53 | 78 |
|
54 | 79 | <!-- Dance --> |
55 | | - <include file="$(find t_top)/launch/behaviors/dance.launch"/> |
| 80 | + <include file="$(find t_top)/launch/behaviors/dance.launch"> |
| 81 | + <arg name="dance_behavior_delay" value="$(arg dance_behavior_delay)"/> |
| 82 | + </include> |
56 | 83 |
|
57 | 84 | <!-- Explore --> |
58 | 85 | <include file="$(find t_top)/launch/behaviors/explore.launch"> |
59 | 86 | <arg name="simulation" value="$(arg simulation)"/> |
| 87 | + <arg name="explore_behavior_delay" value="$(arg explore_behavior_delay)"/> |
60 | 88 | </include> |
61 | 89 |
|
62 | 90 | <!-- Too Near Reaction --> |
63 | | - <include file="$(find t_top)/launch/behaviors/too_close_reaction.launch"/> |
| 91 | + <include file="$(find t_top)/launch/behaviors/too_close_reaction.launch"> |
| 92 | + <arg name="too_close_reaction_behavior_delay" value="$(arg too_close_reaction_behavior_delay)"/> |
| 93 | + </include> |
64 | 94 |
|
65 | 95 | <!-- Sound Player --> |
66 | | - <include file="$(find t_top)/launch/behaviors/sound_player.launch"/> |
| 96 | + <include file="$(find t_top)/launch/behaviors/sound_player.launch"> |
| 97 | + <arg name="sound_player_behavior_delay" value="$(arg sound_player_behavior_delay)"/> |
| 98 | + </include> |
67 | 99 |
|
68 | 100 | </launch> |
0 commit comments