I am attempting to integrate GNSS data with the fusion module with the steps outline here:
The GNSS module is an optional component of the ZED Box Orin NX, which can greatly enhance the precision of positioning data when used with Real-Time Kinematic (RTK) technology. With RTK, the GNSS module can achieve centimeter-level accuracy,...
For starters, when i run
sudo cat /dev/ttyACM0
Nothing is returned. Calling:
sudo gpsd -nG -P /run/gpsd.pid /dev/ttyACM0
cgps
shows no found gps satellites. Has anyone had similar issues?
Yes, gpsd is very buggy. I suggest bypassing it with your own code to pass GNSS data into Fusion
Are there any alternatives to GPSD for linux?
@alassagne @multicore-manticore @BenjaminV Any suggestions on bypassing the poor suggestions from stereolabs?
Hi,
The main problem comes from systemd and not from gpsd. If you use systemd, it’s probable that your gps will not work again after it is used once, before you reboot.
You can find detailed usage here : Using GNSS with ZED Box Orin NX | Stereolabs