Skip to content

Commit

Permalink
AP_Vehicle: add option for autoland direction capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Dec 11, 2024
1 parent 9d61421 commit b40596a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Vehicle/AP_FixedWing.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ struct AP_FixedWing {
// Bitfields of TKOFF_OPTIONS
enum class TakeoffOption {
THROTTLE_RANGE = (1U << 0), // Unset: Max throttle. Set: Throttle range.
AUTOLAND_DIR_ON_ARM = (1U << 1), // use valid compass heading at arm for autoland direction.
};
};

0 comments on commit b40596a

Please sign in to comment.