PX4 / PX4-GPSDrivers

Platform independent GPS drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Enable and Parse RXM-COR and RXM-RTCM messages from a UBX module

stevesdawg opened this issue · comments

commented

UBX-RXM-COR: Differential correction input status
UBX-RXM-RTCM: RTCM input status

These two messages give visibility into the RTCM input status. This would be very useful during debugging or checking whether RTK is working correctly. The proposal is to enable these 2 messages on the module, add logic to parse these messages in the driver, and then publish the important status information to a uORB topic.

Do you want to work on this?
The only ask I have is to make it optional to reduce bandwidth, unless the overhead is negligible.