Commit bf6a0a5b authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

restricted_flight.js: Fix starting point

parent 7a5dee4f
...@@ -92,9 +92,9 @@ ...@@ -92,9 +92,9 @@
if (me.init_alt_reached && IS_LEADER) { if (me.init_alt_reached && IS_LEADER) {
exitOnFail( exitOnFail(
me.setTargetCoordinates( me.setTargetCoordinates(
POINT_B.latitude, POINT_A.latitude,
POINT_B.longitude, POINT_A.longitude,
POINT_B.altitude + FLIGH_ALTITUDE POINT_A.altitude + FLIGH_ALTITUDE
), ),
"Failed to set point B coordinates" "Failed to set point B coordinates"
); );
......
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