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
We need MissionItem functionality for takeoff and landing. These items should attempt to properly support common options for MC, Plane and VTOL (where they differ). Specifically I would hope that we could have a single land and single takeoff item to support all of these: https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_LAND https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_TAKEOFF https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_LAND_LOCAL https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_TAKEOFF_LOCAL https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_VTOL_LAND https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_VTOL_TAKEOFF
Once these exist they also need to be supported in the mission import and download from vehicle and added to tests.
There was some discussion originally that these are not needed because
They are needed because:
To me this just makes sense.
The text was updated successfully, but these errors were encountered:
MissionRaw can do it all.
Sorry, something went wrong.
No branches or pull requests
We need MissionItem functionality for takeoff and landing. These items should attempt to properly support common options for MC, Plane and VTOL (where they differ). Specifically I would hope that we could have a single land and single takeoff item to support all of these:
https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_LAND
https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_TAKEOFF
https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_LAND_LOCAL
https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_TAKEOFF_LOCAL
https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_VTOL_LAND
https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_VTOL_TAKEOFF
Once these exist they also need to be supported in the mission import and download from vehicle and added to tests.
There was some discussion originally that these are not needed because
They are needed because:
To me this just makes sense.
The text was updated successfully, but these errors were encountered: