-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
Hello,
I open the discussion regarding SPARTN integration in PX4. In my case, I use SPARTN with PointPerfect (from ublox). I succeed to forward the SPARTN data through UART to ublox device by doing the following:
- Add parameter in ubx.h
#define UBX_CFG_KEY_CFG_UART1INPROT_SPARTN 0x10730005
- Enable it in ubx.cpp
cfgValset<uint8_t>(UBX_CFG_KEY_CFG_UART1INPROT_SPARTN, 1, cfg_valset_msg_size);
- Send the data with send_rtcm_data() function of MAVSDK
Using ucenter, I can see the SPARTN package received but it never switches to RTK mode (which it does if I send directly the same data without going through PX4)
I guess the limitation of 180 bytes of the GPS_RTCM_DATA could be an issue as we have sometimes bigger messages.
Happy to share my work and see how we can successfully integrate this functionality in PX4 !
Metadata
Metadata
Assignees
Labels
No labels