MAVSDK icon indicating copy to clipboard operation
MAVSDK copied to clipboard

Error in `fly_mission` example: `Falling back to gimbal protocol v1 (mission_impl.cpp:128)`

Open jonazti07 opened this issue 1 year ago • 1 comments

I'm trying to run the fly_mission example after building in the following way:

cd /path/to/MAVSDK/examples/fly_mission
cmake -Bbuild -H.
cmake --build build -j4

Then, I try to launch:

build/fly_mission udp://:5763

Note that I'm running the SITL of ArduPilot as explained in here and adding the port by typing output add 127.0.0.1:5763 in the terminal.

The error I obtain while trying to run the example is as follows:

[04:09:51|Debug] Falling back to gimbal protocol v1 (mission_impl.cpp:128)
Mission upload failed: Unsupported, exiting.

jonazti07 avatar Sep 30 '24 14:09 jonazti07

Interesting, thanks for the issue. I will have to investigate.

julianoes avatar Sep 30 '24 18:09 julianoes

I think this is no longer valid as we now have removed the gimbal protocol v1 to avoid these annoying edge cases.

julianoes avatar May 06 '25 08:05 julianoes