Skip to content

Commit

Permalink
Tools: start Copter off on ground
Browse files Browse the repository at this point in the history
584 is actually about 2m below ground at this latitude longitude, according to TERRAIN_REPORT.current_height
  • Loading branch information
peterbarker committed Jan 1, 2025
1 parent 5ff4760 commit be5cae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# get location of scripts
testdir = os.path.dirname(os.path.realpath(__file__))
SITL_START_LOCATION = mavutil.location(-35.362938, 149.165085, 584, 270)
SITL_START_LOCATION = mavutil.location(-35.362938, 149.165085, 586.2938232421875, 270)

# Flight mode switch positions are set-up in arducopter.param to be
# switch 1 = Circle
Expand Down

0 comments on commit be5cae0

Please sign in to comment.