Hi everyone,
I am new to this area, please forgive me if I am asking fool question.
I am now using brand Holybro as my RTK system, my system is built like this:
Holybro RTK base station -> Raspberry Pi (A) ----send RTK correction data via Wi-Fi----> Raspberry Pi (B) ---connected via serial port to Telem2---> Pixhawk4
I found the library
that can parsed u-blox F9P RTK message in UBX, NMEA and RTCM3 format, and I can successfully send the correction data from Raspberry Pi(A) to Raspberry Pi(B) via Wi-Fi.
However, I have done a lot of research but could not find any method that I can send the RTK correction data to Pixhawk from Raspberry Pi(B), I have looked into DronKit, mavsdk, still could not find any function that is feed the correction data to Pixhawk.
Can anyone please help me?