Project

General

Profile

Fix #2

Updated by Khaled Malhal Abbas 2 months ago

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 Since the GPS messages are parsed in is configured to read from UDP connections, `GPS/GpsUdpConnection.cpp` probably has the method `CInfoPGS::parseXXXFromByteArray(QByteArray, sInfoGPS_t &)` bug.

Back