ArduPilot / UAVLogViewer

An online viewer for UAV log files
GNU General Public License v3.0
142 stars 76 forks source link

CAND UID Rounding errors #409

Open reilly-callaway opened 9 months ago

reilly-callaway commented 9 months ago

When plotting CAND UID1 and UID2 messages, the displayed min/max/mean values seem to round off the least significant byte. Seems like a float/double precision error. Performing a dump in mavexplorer with the same log produces the expected values.

These are both logged as uint64_t types.