-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
MAVSDK mission RAW subscribe_incoming_mission only one mission item input #2428
Labels
Comments
I checked the example of v2.12 and the error also occurs here. |
Can you give me the steps or example code to reproduce this? |
build with |
Thanks, I formatted it with ``` instead of `. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I’m currently working on a mission sending process for my drones.
I want to send a mission with two or more mission_items.
Unfortunately, I only receive 1 item. I checked the entire sending process and printed the plan that the system will send via GC, and everything seems fine:
On the other side, I checked the receiver, but the mission contains no more than 1 item after being received.
Using the same process on my Pi (as a companion) and sending it to a PX4 works fine.
For telemetry between the GC and the companion, I’m using RFDesign 868x.
Here is the output of the Companion (left) and GC (right).
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: