-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
mavlink stream consistency in SITL with 1.10.2 #15337
Comments
Thanks for the issue @asherikov. That's certainly odd but doesn't surprise me as we've seen weird effects in MAVSDK with landed_state before. Have you checked if this is fixed with v1.11? |
I haven't tried 1.11, I'll try to find time to check. |
Yes please let us know if this is an issue v1.11 beta or current master. Quite a lot has changed in mavlink this year with moving to the new uORB::Subscription API. |
|
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
It appears that data can be rather inconsistent between different mavlink streams, for example, 'landed state' flag reported in extended state differs in 'normal' (GCS) and 'onboard' mavlink streams (data is printed from
MavlinkStreamExtendedSysState::send()
):landed state flag values:
Note that in this case 'takeoff' state does not appear in 'normal' stream at all.
The issue is not persistent. Is this expected behavior or a bug?
The text was updated successfully, but these errors were encountered: