File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ async def run():
36
36
float ('nan' ),
37
37
float ('nan' ),
38
38
float ('nan' ),
39
- float ('nan' )))
39
+ float ('nan' ),
40
+ MissionItem .VehicleAction .NONE ))
40
41
mission_items .append (MissionItem (47.398036222362471 ,
41
42
8.5450146439425509 ,
42
43
25 ,
@@ -49,7 +50,8 @@ async def run():
49
50
float ('nan' ),
50
51
float ('nan' ),
51
52
float ('nan' ),
52
- float ('nan' )))
53
+ float ('nan' ),
54
+ MissionItem .VehicleAction .NONE ))
53
55
mission_items .append (MissionItem (47.397825620791885 ,
54
56
8.5450092830163271 ,
55
57
25 ,
@@ -62,7 +64,8 @@ async def run():
62
64
float ('nan' ),
63
65
float ('nan' ),
64
66
float ('nan' ),
65
- float ('nan' )))
67
+ float ('nan' ),
68
+ MissionItem .VehicleAction .NONE ))
66
69
67
70
mission_plan = MissionPlan (mission_items )
68
71
You can’t perform that action at this time.
0 commit comments