Skip to content

Commit 0e6cdc7

Browse files
author
Aadarsh
committed
adding my demo
1 parent 12873ad commit 0e6cdc7

1 file changed

Lines changed: 25 additions & 14 deletions

File tree

scenes/parking/demo_4.yaml

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
vehicle_state: [0.0, 0.0, 0.0, 0.0, 0.0]
1+
vehicle_state: [-20, -15, 1, 0.0]
22
agents:
3-
ped1:
4-
type: medium_truck
5-
position: [2.5, 8.0]
3+
cone1:
4+
type: cone
5+
position: [-3.0, -2.0]
66
nominal_velocity: 0.0
7-
target: [20.0, 8.0]
7+
target: [-10.0, -8.0]
88
behavior: loop
9-
yaw: 1.5708
10-
11-
ped2:
12-
type: medium_truck
13-
position: [7.5, 8.0]
9+
yaw: 0
10+
cone2:
11+
type: cone
12+
position: [3.0, -2.0]
1413
nominal_velocity: 0.0
15-
target: [15.0, 4.0]
14+
target: [-10.0, -8.0]
1615
behavior: loop
17-
yaw: 1.5708
18-
19-
16+
yaw: 0
17+
cone3:
18+
type: cone
19+
position: [-3.0, 2.0]
20+
nominal_velocity: 0.0
21+
target: [-10.0, -8.0]
22+
behavior: loop
23+
yaw: 0
24+
cone4:
25+
type: cone
26+
position: [3.0, 2.0]
27+
nominal_velocity: 0.0
28+
target: [-10.0, -8.0]
29+
behavior: loop
30+
yaw: 0

0 commit comments

Comments
 (0)