Open
Description
In the comments for the RTK example code, it states "With MAVSDK v2, the API will change to a vector of bytes instead of this clunky string".
I was wondering instead of making into a string, should the rtcm_correction_data just be passed directly to the send_rtcm_data? Or should it still be inside a rtk.RtcmData?
Reference:
https://github.com/mavlink/MAVSDK-Python/blob/main/examples/rtk.py