-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
61 lines (54 loc) · 1.57 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
hunav_sim:
agents_file: 'hunav_agent_manager/config/custom_agents.yaml'
bt_dir: 'hunav_agent_manager/behavior_trees'
cpp_dir: 'hunav_agent_manager/src'
hpp_dir: 'hunav_agent_manager/include/hunav_agent_manager'
model:
model_type: "gpt" # "gemini-1.0-pro-vision"
model_name: "gpt-4o-2024-08-06"
num_scenario_proposals: 5
retry_count: 3
debug: false
node_library:
root: ['main_tree_to_execute']
BehaviorTree: ['ID']
include: ['path']
SetBlackboard: ['output_key', 'value']
Sequence: ['name']
Fallback: ['name']
SubTree: ['ID']
Inverter: []
IsRobotVisible: ['agent_id', 'distance']
IsRobotNearby: ['agent_id', 'distance']
IsGoalReached: ['agent_id']
TimeExpiredCondition: ['seconds', 'ts', 'only_once']
RobotSays: ['agent_id', 'message']
HumanSays: ['agent_id','target_id','message']
RobotMoved: ['agent_id']
IsRobotBlocking: ['agent_id', 'distance']
UpdateGoal: ['agent_id']
MakeGesture: ['agent_id', 'message']
RegularNav: ['agent_id', 'time_step']
LookAtRobot: ['agent_id']
FollowRobot: ['agent_id', 'time_step']
FollowHuman: ['agent_id','target_id','time_step']
RunAwayFromRobot: ['agent_id', 'time_step']
GiveWaytoRobot: ['agent_id', 'time_step']
BlockRobot: ['agent_id', 'time_step']
scenario_file: 'responses/scenario.json'
trajectory_file: 'responses/trajectory.json'
bt_file: 'responses/bt.json'
use_handcrafted_scenario: false
handcrafted_scenario:
scenario:
scenariodescription:
numberofhumans:
humanbehavior:
human1:
human2:
trajectories:
Robot:
human1:
human2:
groupids:
human1: