mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 16:50:35 +08:00
5632728467
* lib: gnss: add RTCM parsing library. Generated by Claude Code. * lib: gnss: rtcm: use rtcm3_payload_length() * lib: gnss: rtcm: set header year * lib: gnss: rtcm: add units tests * Update src/lib/gnss/rtcm.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/gnss/CMakeLists.txt Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/gnss/rtcm.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove mention of reset() * lib: gnss: rtcm: more effecient preamble search --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>