Skip to content

Commit

Permalink
CommonDefaults: enable terrain in Auto and Guided
Browse files Browse the repository at this point in the history
Without this, Auto and Guided ignore terrain-frame commands. This does
NOT force terrain following on for relative-frame commands.

At the time of writing, Mission Planner only sends relative frame for
Guided mode, but this parameter change means that I can fix that in the
future without needing to update the firmware.

SW-159
  • Loading branch information
robertlong13 committed Jun 13, 2024
1 parent 69d944a commit 1ed2744
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ SERVO8_MIN,1000
SERVO9_FUNCTION,94 # Scripting function for LEDs
SERVO9_MAX,2000
SERVO9_MIN,1000
TERRAIN_FOLLOW,72 # Enabled Auto and Guided (the command being executed must have the terrain frame though)

0 comments on commit 1ed2744

Please sign in to comment.