ROS implement of QXWZ NTRIP service

ROS C++ node for qxwz linux SDK

This ROS node subscribe GPGGA topic(ie. from GPS driver node, 1Hz recommended) and upstream GPGGA message to QXWZ ntrip service, then downstream the RTCMV3 message and publish them(ie. to GPS driver node and write to physical devices) (note that the GGA message can start with $GPGGA.... or $GNGGA...)

Things you need to obtain rtcm_v3 messages from www.qxwz.com are:

  1. appkey
  2. appSecret
  3. deviceId
  4. deviceType

The appkey and appSecret can be obtained directly from your qxwz console

ie

The deviceId and deviceType should be manually typied into your account via console

ie2

Then, modified those parameters in .roslaunch