Commit 1bd3ec56 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

refactor(examples): remove flight_style from ah1 example

......@@ -15,7 +15,6 @@
"plan": [
{
"action": "move",
"flight_style": "go to waypoint",
"start_point_latitude": -3.007143188645706,
"start_point_longitude": 50.37072283932642,
"target_waypoint_latitude": -3.237143188645706,
......@@ -26,7 +25,6 @@
},
{
"action": "dive",
"flight_style": "dive to depth",
"start_point_latitude": -3.237143188645706,
"start_point_longitude": 52.37072283932642,
"target_waypoint_latitude": -3.337143188645706,
......@@ -37,7 +35,6 @@
},
{
"action": "scanline",
"flight_style": "go to waypoint",
"start_point_latitude": -3.337143188645706,
"start_point_longitude": 56.37072283932642,
"target_waypoint_latitude": -0.237143188645706,
......@@ -48,7 +45,6 @@
},
{
"action": "climb",
"flight_style": "go to surface",
"start_point_latitude": -0.237143188645706,
"start_point_longitude": 60.00000000000000,
"target_waypoint_latitude": -0.237143188645706,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment