-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
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 `. |
Hey, just a short reminder on this issue. |
Thanks for the reminder. |
Ok, I tried out the example and in my case I see 7 mission items uploaded, some of them being the waypoints and some the actions like speed change and gimbal change. So it looks like it's working correctly for me 🤔... I tested this on the v2.12 branch, which is v2.12.12. |
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: