If the positioning function reports an error that the requested position failed, you can check:
a. Whether the time synchronization function is implemented and whether the function reports an error.
b. Whether RTK converges.
In addition, some developers may encounter a situation where the Linux platform sample code is directly called without response. You can check whether the SYSTEM_ARCH_LINUX macro is enabled.
Many conditions are
#ifndef SYSTEM_ARCH_LINUX
****
#endif
Comments
0 comments
Please sign in to leave a comment.