Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"gnss": {
    "type": "NMEA",
    "settings": {
        "port": "/dev/ttyUSB0COM4",
        "baudrate": 115200,
        "rtcm": true
    }
}
  • Download u-center to configure ZED-F9P. Make sure GGA, GSA and VTG messages are enable. Before that, you need to choose “Receiver“ tab in menu bar, navigate to “Connection“ and connect to the correct COM port, then set the baudrate to 115200. Next, navigate to “View“ → “Messages View“, right-click “GxGGA”, “GxGSA“ and “GxVTG“ text to enable them. Then open “Configuration View“, choose “RATE (Rates)” to set frequency to 5Hz by changing measurement period to 200ms. You can checkout the output of the RTK-GPS with “Text Console” to verify if the settings is effective. The last step is to save the settings. Open “Configuration View“, choose “CFG (Configuration)“ , select “Save current configuration“ and apply for all devices and then click “Send“ in the bottom left-hand corner to save the settings.

...

...