github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/all/enum_ualberta_pilot_mode.go (about) 1 //autogenerated:yes 2 //nolint:revive,misspell,govet,lll,dupl,gocritic 3 package all 4 5 import ( 6 "github.com/bluenviron/gomavlib/v2/pkg/dialects/ualberta" 7 ) 8 9 // Mode currently commanded by pilot 10 type UALBERTA_PILOT_MODE = ualberta.UALBERTA_PILOT_MODE 11 12 const ( 13 PILOT_MANUAL UALBERTA_PILOT_MODE = ualberta.PILOT_MANUAL 14 PILOT_AUTO UALBERTA_PILOT_MODE = ualberta.PILOT_AUTO 15 // Rotomotion mode 16 PILOT_ROTO UALBERTA_PILOT_MODE = ualberta.PILOT_ROTO 17 )