Skip to content
New issue

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

Add target type support to ArduPilot AC_PrecLand #102

Open
fnoop opened this issue Aug 6, 2018 · 1 comment
Open

Add target type support to ArduPilot AC_PrecLand #102

fnoop opened this issue Aug 6, 2018 · 1 comment
Milestone

Comments

@fnoop
Copy link
Member

fnoop commented Aug 6, 2018

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)
@fnoop
Copy link
Member Author

fnoop commented Aug 6, 2018

PR raised: ArduPilot/ardupilot#9132

@fnoop fnoop added the ArduPilot label Aug 6, 2018
@fnoop fnoop added this to the 1.0 milestone Aug 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant