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
On ZED-based hardware, the code uses the u-blox GNSS library to store the RTCM 1005 / 1006 ARP using setRTCM1005InputcallbackPtr and setRTCM1006InputcallbackPtr
If I'm reading the code right, we would lose this functionality on non-ZED platforms that support logging
Should we parse incoming RTCM centrally, using the semp, and update the ARP there?
Follow newARPAvailable and settings.enableARPLogging for the links
The text was updated successfully, but these errors were encountered:
PaulZC
changed the title
Add RTCM ARP Logging on UM980
Add RTCM ARP Logging on non-ZED logging platforms
Apr 26, 2024
On ZED-based hardware, the code uses the u-blox GNSS library to store the RTCM 1005 / 1006 ARP using
setRTCM1005InputcallbackPtr
andsetRTCM1006InputcallbackPtr
If I'm reading the code right, we would lose this functionality on non-ZED platforms that support logging
Should we parse incoming RTCM centrally, using the semp, and update the ARP there?
Follow
newARPAvailable
andsettings.enableARPLogging
for the linksThe text was updated successfully, but these errors were encountered: