mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mavlink: streams HEARTBEAT fix vehicle_control_mode copy
This commit is contained in:
committed by
Matthias Grob
parent
98fb373590
commit
470c3cfa6e
@@ -74,7 +74,7 @@ private:
|
||||
_vehicle_status_flags_sub.copy(&vehicle_status_flags);
|
||||
|
||||
vehicle_control_mode_s vehicle_control_mode{};
|
||||
_vehicle_status_sub.copy(&vehicle_control_mode);
|
||||
_vehicle_control_mode_sub.copy(&vehicle_control_mode);
|
||||
|
||||
|
||||
// uint8_t base_mode (MAV_MODE_FLAG) - System mode bitmap.
|
||||
|
||||
Reference in New Issue
Block a user