-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrwc-config.json
executable file
·78 lines (78 loc) · 2.57 KB
/
rwc-config.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"rosbridge_websocket_url": "ws://127.0.0.1:9090",
"actions": {
"actionServers": {
"move_base": {
"actionServerName": "/move_base",
"actionName": "move_base_msgs/MoveBaseAction"
},
"topological_navigation": {
"actionServerName": "/topological_navigation",
"actionName": "topological_navigation/GotoNodeAction"
},
"speak": {
"actionServerName": "/speak",
"actionName": "mary_tts/maryttsAction"
},
"move_base_custom_example": {
"actionServerName": "/move_base",
"actionName": "move_base_msgs/MoveBaseAction"
},
"gaze": {
"actionServerName": "/gaze_at_pose",
"actionName": "strands_gazing/GazeAtPoseAction"
}
},
"topics": {
"volumeChange": {
"topicName": "/volume/percentChange",
"topicMessageType": "std_msgs/Int8"
},
"volumeSet": {
"topicName": "/volume/percentSet",
"topicMessageType": "std_msgs/Int8"
}
}
},
"listeners": {
"odom": {
"topicName": "/odom",
"topicMessageType": "nav_msgs/Odometry"
},
"nearest_person_pose": {
"topicName": "/people_tracker/pose",
"topicMessageType": "geometry_msgs/PoseStamped"
},
"people_pose_array": {
"topicName": "/people_tracker/pose_array",
"topicMessageType": "geometry_msgs/PoseArray"
},
"current_node": {
"topicName": "/current_node",
"topicMessageType": "std_msgs/String"
},
"odom_custom_example": {
"topicName": "/odom",
"topicMessageType": "nav_msgs/Odometry"
},
"battery_state": {
"topicName": "/battery_state",
"topicMessageType": "scitos_msgs/BatteryState"
},
"volume": {
"topicName": "/volume/percent",
"topicMessageType": "std_msgs/Int8"
},
"gaze": {
"topicName": "/rwc/gaze_pose",
"topicMessageType": "geometry_msgs/PoseStamped"
},
"task_events": {
"topicName": "/task_executor/events",
"topicMessageType": "strands_executive_msgs/TaskEvent"
},
"camera_snapshot": {
"uri": "http://localhost:8080/snapshot?topic=/head_xtion/rgb/image_color"
}
}
}