You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any mission created from QGroundcontrol throws "UNSUPPORTED mission item" error for few of the MAVLink Commands (MAV_CMD).
QGC mission creation adds the following MAV_CMD commands to the mission plan by default unless unchecked
Looking at DownloadMissionCallback of mission_impl.cpp these commands are not part of the if else condition. Could you please confirm if there is a reason these have been left out? Is there any workaround to fix the UNSUPPORTED error on download mission?
The text was updated successfully, but these errors were encountered:
First off: the mission plugin only supports a subset of commands. If you need all possible commands/mission items, you need to use the MissionRaw plugin instead.
Now, for your specific commands, I can see how it would be nice to have support for them:
MAV_CMD_NAV_TAKEOFF: there is work in progress to add support for this, see: New vehicle action #1628.
Hi MAVSDK Team,
Any mission created from QGroundcontrol throws "UNSUPPORTED mission item" error for few of the MAVLink Commands (MAV_CMD).
QGC mission creation adds the following MAV_CMD commands to the mission plan by default unless unchecked
When Download Mission api is called MAVSDK throws error which can be seen on mavsdk server console
Looking at
DownloadMissionCallback
ofmission_impl.cpp
these commands are not part of the if else condition. Could you please confirm if there is a reason these have been left out? Is there any workaround to fix the UNSUPPORTED error on download mission?The text was updated successfully, but these errors were encountered: