PX4 / PX4-GPSDrivers

Platform independent GPS drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert ITOW to UTC

obicons opened this issue · comments

In GPSDriverUBX::payloadRxDone(), an ITOW value is incorrectly stored into a UTC field (see here). There's a TODO comment to update this. I'm unsure how to convert correctly (is the surrounding code a good example?) or I'd submit a PR with the patch myself.