mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix MAVLink subscription
This commit is contained in:
parent
8dc8ae7de8
commit
15e50b26dc
@ -170,6 +170,9 @@ MavlinkOrbSubscription::is_published()
|
||||
// If it does not exist its not published
|
||||
if (orb_exists(_topic, _instance)) {
|
||||
return false;
|
||||
|
||||
} else if (_fd < 0) {
|
||||
_fd = orb_subscribe_multi(_topic, _instance);
|
||||
}
|
||||
|
||||
bool updated;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user