Skip to content

Commit c333ac0

Browse files
update route coordinates to be valid
1 parent 43f8ba3 commit c333ac0

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

example_scenario.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,30 @@
3434
"waypoints": [
3535
{
3636
"position": {
37-
"x": 983.5,
38-
"y": 5382.2,
39-
"z": 371
37+
"x": 88.4,
38+
"y": 82.2,
39+
"z": 0.0
4040
}
4141
},
4242
{
4343
"position": {
44-
"x": 1234,
45-
"y": 5.2,
46-
"z": 3123471
44+
"x": 230.0,
45+
"y": 133.5,
46+
"z": 0.0
4747
}
4848
},
4949
{
5050
"position": {
51-
"x": 123412343.5,
52-
"y": 512341234.2,
53-
"z": 3712341234
51+
"x": 209.5,
52+
"y": 195.1,
53+
"z": 0.0
54+
}
55+
},
56+
{
57+
"position": {
58+
"x": 88.4,
59+
"y": 260.7,
60+
"z": 0.0
5461
}
5562
}
5663
],

0 commit comments

Comments
 (0)