-
Notifications
You must be signed in to change notification settings - Fork 1
/
scenario.json
113 lines (113 loc) · 2.54 KB
/
scenario.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"version": "v0.1",
"uuid": "3f1c058e-5596-45ec-8c66-85184fd2c877",
"environment": {
"place": null,
"time": null,
"weather": null
},
"actors": {
"vehicles": [
{
"initial": {
"velocity": {
"u": 25.0,
"v": 0.1,
"w": -0.1,
"type": "velocity_body_frame"
},
"angular_velocity": {
"p": 0.1,
"q": -0.1,
"r": 1.0,
"type": "angular_velocity_body_frame"
},
"location": {
"x": 1.0,
"y": 2.0,
"z": -3.0,
"type": "location_local"
},
"orientation": {
"e_x": 0.707,
"e_y": 0.707,
"e_z": 0.0,
"e_0": 0.0,
"type": "orientation_quaternion"
}
},
"asset": null,
"intent": {
"model": null,
"type": "vehicle_intent_wander"
},
"name": "vehicle_000",
"uuid": "8db3ede9-8bb5-404e-a4c1-9dbef79ca169",
"implementation": null
}
],
"pedestrians": [
{
"initial": {
"velocity": {
"u": 25.0,
"v": 0.1,
"w": -0.1,
"type": "velocity_body_frame"
},
"angular_velocity": {
"p": 0.1,
"q": -0.1,
"r": 1.0,
"type": "angular_velocity_body_frame"
},
"location": {
"x": 1.0,
"y": 2.0,
"z": -3.0,
"type": "location_local"
},
"orientation": {
"e_x": 0.707,
"e_y": 0.707,
"e_z": 0.0,
"e_0": 0.0,
"type": "orientation_quaternion"
}
},
"asset": null,
"intent": {
"model": null,
"type": "pedestrian_intent_wander"
},
"name": "pedestrian_000",
"uuid": "b560c177-e496-4f70-849d-5afc745dd53a",
"implementation": null
}
]
},
"static_obstacles": [
{
"initial": {
"location": {
"x": 1.0,
"y": 2.0,
"z": -3.0,
"type": "location_local"
},
"orientation": {
"e_x": 0.707,
"e_y": 0.707,
"e_z": 0.0,
"e_0": 0.0,
"type": "orientation_quaternion"
}
},
"asset": null,
"name": "obstacle_000",
"uuid": "bf555e40-9892-480f-8158-85dfe9ada905",
"implementation": null
}
],
"implementation": null
}