Actions
Fix #2
closedGiven longitude NMEA opposite to what it should be
Start date:
10/03/2025
Due date:
10/04/2025
% Done:
100%
Estimated time:
2:00 h
Description
It has been observed that cars on the left side of the prime meridian (0ยบ longitude) are given as a result in the JSON element `longitudDirectionNMEA` an incorrect value (should be a `W` instead of an `E`).
It is suspected that this value is parsed wrongly from the GPS reading in the `cameraserverd` service.
The GPS messages are parsed in the method `CInfoPGS::parseXXXFromByteArray(QByteArray, sInfoGPS_t &)`
Actions