You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current range for vdop/hdop/pdop values is 0-10. GPS sensor can provide DOP values way more than that. This causes SDL to ignore GPS data with DOP values more than 10 even if the GPS switches to Dead Reckoning based solution. Since the range of DOP is determined by actual sensor itself, we should not limit it as SDL/Proxy side.
Detailed description:
To increase the maxvalue for vdop, pdop and hdop parameters to 1000 from 10 in GetVehicleData response and onVehicleData notification.
GetVehicleData, OnVehicleData
Description:
Current range for vdop/hdop/pdop values is 0-10. GPS sensor can provide DOP values way more than that. This causes SDL to ignore GPS data with DOP values more than 10 even if the GPS switches to Dead Reckoning based solution. Since the range of DOP is determined by actual sensor itself, we should not limit it as SDL/Proxy side.
Detailed description:
To increase the maxvalue for vdop, pdop and hdop parameters to 1000 from 10 in GetVehicleData response and onVehicleData notification.
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: