mavModeFlagAutoEnabled top-level constant

MavModeFlag const mavModeFlagAutoEnabled

0b00000100 autonomous mode enabled, system finds its own goal positions. Guided flag can be set or not, depends on the actual implementation.

MAV_MODE_FLAG_AUTO_ENABLED

Implementation

const MavModeFlag mavModeFlagAutoEnabled = 4;