You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* core: fix MAVLink message sequence
The MAVLink headers use an inline function to get the mavlink channel,
so we end up having separate sequence numbers in different translation
units. By defining this function ourselves and linking it later, we make
sure to use the same sequence everywhere.
This should fix seq numbering that's invalid (per component).
We also add a system test to actually test this.
* system_tests: fixup thread sanitizer issues
* system_tests: use TCP for seq to avoid drops
0 commit comments