Mavlink passthrough for mission px4

Hi, i want to try VTOL mission using mavlink passthrough since i could not able to find better way for it.
Can anyone please suggest or give any example for the above (CPP).
Thanks in advance.

If you want to fly a VTOL mission, you can just use the MissionRaw plugin in MAVSDK. It allows you to set any mission items. You can also import missions from QGC or MissionPlanner files.

Thanks for helping.. and one more is that,
Like using mavlink passthrough, we can get all param and if we did not get full params, we can recall the request. Same like, is there a way for params plugin to hit or retry if the full params not received? (I am using mavlink passthrough since I could not get param_count from mavsdk param plugin.

The param plugin should do the necessary retries. If it doesn’t that’s a bug that needs an issue on github, so I can try to reproduce and fix it.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.