Wiki

Overview

ROS node that will communicate with an NTRP server to receive RTCM connections and publish them on a ROS topic. Also works with virtual NTRIP servers by subscribing to NMEA messages and sending them to the NTRIP server

This node runs on ROS noetic and uses python3.

ntrip_client

ROS node that will communicate with an NTRIP server to receive RTCM connections and publish them on a ROS topic.

Subscribed Topics

nmea (nmea_msgs/Sentence)

Published Topics

rtcm (mavros_msgs/RTCM)

Parameters

host (string, default: 127.0.0.1) port (int, default: 2101) authenticate (bool, default: false) username (string) password (string) rtcm_frame_id (string, default: odom)

Quickstart Tutorials

The github repo for this package is here. The README.md file at https://github.com/LORD-MicroStrain/ntrip_client provides instructions for installing and running this package.

Clone the repo into your workspace src directory and follow the instructions in the "Build Instructions" section of the README.

git clone https://github.com/LORD-MicroStrain/ntrip_client

Wiki: ntrip_client (last edited 2022-04-01 16:03:43 by PaulBouchier)