github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/matrixpilot/enum_mav_do_reposition_flags.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll,dupl,gocritic 3 package matrixpilot 4 5 import ( 6 "github.com/bluenviron/gomavlib/v2/pkg/dialects/common" 7 ) 8 9 // Bitmap of options for the MAV_CMD_DO_REPOSITION 10 type MAV_DO_REPOSITION_FLAGS = common.MAV_DO_REPOSITION_FLAGS 11 12 const ( 13 // The aircraft should immediately transition into guided. This should not be set for follow me applications 14 MAV_DO_REPOSITION_FLAGS_CHANGE_MODE MAV_DO_REPOSITION_FLAGS = common.MAV_DO_REPOSITION_FLAGS_CHANGE_MODE 15 )