mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 17:20:35 +08:00
SensorGps.msg: switch to double precision for lat/lon/alt
To match https://github.com/PX4/PX4-GPSDrivers/pull/132 - adding high precision RTK lat/lon/alt components
This commit is contained in:
committed by
Beat Küng
parent
f82785a322
commit
f000238987
@@ -2103,7 +2103,8 @@ void Logger::write_version(LogType type)
|
||||
|
||||
// data versioning: increase this on every larger data change (format/semantic)
|
||||
// 1: switch to FIFO drivers (disabled on-chip DLPF)
|
||||
write_info(type, "ver_data_format", static_cast<uint32_t>(1));
|
||||
// 2: changed lat/lon/alt* to double to accommodate RTK GPS centimeter level precision
|
||||
write_info(type, "ver_data_format", static_cast<uint32_t>(2));
|
||||
|
||||
#ifndef BOARD_HAS_NO_UUID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user