Jonas Vautherin
Jonas Vautherin
Yeah right, px4-gazebo-headless does not change the VIDEO_STREAM_INFORMATION message, so QGC won't auto-detect it. > It's as if there should be a setting named "Auto MAVLink" in QGC and then...
Just for information: I have the exact same behavior (arch linux, `mpv 0.30.0 Copyright © 2000-2019 mpv/MPlayer/mplayer2`). Not a big issue in my case, but I followed this thread, tried...
I'm not completely clear on the state of this issue. Is it fixed by #337?
It seems to me that it is fixed, and could therefore be closed.
Same, on Ubuntu 20.04.
There have been some improvements in the latest version of mavsdk (coming with MAVSDK-C++ 0.42.0), and also in PX4. I think it will be worth testing again with those versions...
Sounds like you use `mavsdk` as a git submodule, and you updated it without updating its submodules (i.e. mavlink). Could it be?
Can you show the cmake commands you use to configure and build? I wonder why it fails at build time, I would have expected it to fail at configure time,...
You are using the default `SUPERBUILD=ON` value, and hence MAVSDK builds tinyxml2 for you. It should not required vcpkg in that mode. Can you show the cmake output related to...
Right, sorry I got confused, it's now Windows :see_no_evil:. So what has changed recently is that we used to build all the dependencies in Release mode, and now we propagate...