mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Mavlink: Incorporate changes in UTM_GLOBAL_POSITION message
This commit is contained in:
committed by
Lorenz Meier
parent
a154282fef
commit
43034922e2
@@ -1817,7 +1817,7 @@ protected:
|
||||
msg.flags |= UTM_DATA_AVAIL_FLAGS_VERTICAL_VELO_AVAILABLE;
|
||||
}
|
||||
|
||||
msg.vel_acc = sqrtf(evh * evh + evv * evv) * 1000.0f;
|
||||
msg.vel_acc = sqrtf(evh * evh + evv * evv) * 100.0f;
|
||||
|
||||
if (_local_position.dist_bottom_valid) {
|
||||
msg.relative_alt = _local_position.dist_bottom * 1000.0f;
|
||||
|
||||
Reference in New Issue
Block a user