mavlink: ALTITUDE stream initialize local_pos

This commit is contained in:
Daniel Agar
2020-12-17 22:00:52 -05:00
committed by Beat Küng
parent 66b3562080
commit c05c213042
+1 -1
View File
@@ -84,7 +84,7 @@ private:
bool lpos_updated = false;
vehicle_local_position_s local_pos;
vehicle_local_position_s local_pos{};
if (_local_pos_sub.copy(&local_pos)) {