We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New LANDING_TARGET type field should be supported. LANDING_TARGET_TYPE enum is:
Field Name | Description -- | -- 0 | LANDING_TARGET_TYPE_LIGHT_BEACON | Landing target signaled by light beacon (ex: IR-LOCK) 1 | LANDING_TARGET_TYPE_RADIO_BEACON | Landing target signaled by radio beacon (ex: ILS, NDB) 2 | LANDING_TARGET_TYPE_VISION_FIDUCIAL | Landing target represented by a fiducial marker (ex: ARTag) 3 | LANDING_TARGET_TYPE_VISION_OTHER | Landing target represented by a pre-defined visual shape/feature (ex: X-marker, H-marker, square)
The text was updated successfully, but these errors were encountered:
PR raised: ArduPilot/ardupilot#9132
Sorry, something went wrong.
No branches or pull requests
New LANDING_TARGET type field should be supported. LANDING_TARGET_TYPE enum is:
The text was updated successfully, but these errors were encountered: