Skip to content
New issue

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

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

Open
jonazti07 opened this issue Sep 30, 2024 · 1 comment
Labels

Comments

@jonazti07
Copy link

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.
@julianoes julianoes added the bug label Sep 30, 2024
@julianoes
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants