Code Monkey home page Code Monkey logo

reach_ros_node's Introduction

Reach RTK ROS Node

This is a very simple ROS node that allows for publishing of NMEA messages onto the ROS framework. This package aims to support the Reach RTK GNSS module by Emlid. Right now this supports all NMEA messages from the package, while some are not used to publish anything onto ROS.

Quickstart Guide

  1. Clone this package into your ROS workspace and build it
  2. Turn on your Reach RTK module
  3. Ensure that you are connected to the same network as it
  4. Edit the "Position output"
    • Be in TCP mode
    • Role: Server
    • Address: localhost
    • Port: any free port
    • Format: NMEA
  5. Using the IP of the Reach RTK and the specified port launch this package
  6. rosrun reach_ros_node nmea_tcp_driver _host:=128.4.89.123 _port:=2234

Driver Details

  • Publishes GPS fix, velocity, and time reference
    • /tcpfix - NavSatFixed
    • /tcpvel - TwistedStamped
    • /tcptime - TimeReference
  • Can specify the following launch parameters
    • ~frame_timeref - Frame of the time reference
    • ~frame_gps - Frame of the fix and velocity
    • ~use_rostime - If set to true, ROS time is used instead of the GPS time
    • ~use_rmc - Use compressed RMC message (note: this does not have the covariance for the fix)

Credit

Original starting point of the driver was the ROS driver nmea_navsat_driver which was then expanded by CearLab to work with the Reach RTK. This package is more complete, and aims to allow for use of the Reach RTK in actual robotic systems, please open a issue if you run into any issues. Be sure to checkout this other driver by enwaytech for the Reach RS.

reach_ros_node's People

Contributors

goldbattle avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.