Coder Social home page Coder Social logo

oxford_gps_eth's Introduction

Ethernet interface to OxTS GPS receivers using the NCOM packet structure

Tested with the RT3000v2 receiver.

Published Topics

  • gps/fix (sensor_msgs/NavSatFix) GPS position in geodetic coordinates (latitude and longitude)
  • gps/vel (geometry_msgs/TwistWithCovarianceStamped) GPS velocity in ENU frame
    • linear.x Velocity due East in m/s
    • linear.y Velocity due North in m/s
    • linear.z Velocity up in m/s
  • gps/odom (nav_msgs/Odometry) GPS position and heading in UTM frame, and velocity in vehicle body frame
    • pose.position.x UTM Easting in meters
    • pose.position.y UTM Northing in meters
    • pose.orientation Yaw quaternion representing the heading in UTM. Keep in mind that this UTM heading is relative to the UTM grid, which is not necessarily aligned with due East. This phenomenon is known as "grid convergence". See Wikipedia for details.
    • twist.linear.x Local frame forward velocity of the vehicle in m/s
    • twist.linear.y Local frame lateral velocity of the vehicle in m/s
    • twist.angular.z Yaw rate of the vehicle in rad/s
  • imu/data (sensor_msgs/Imu) Orientation, angular rates, and linear accelerations reported directly from the OxTS unit
  • gps/pos_type (std_msgs/String) Position solution type reported by the OxTS unit (point position, differential pseudorange, RTK float, RTK integer, etc.)
  • gps/nav_status (std_msgs/String) Navigation status reported by the OxTS unit. fix, vel, odom, and imu/data topics will not be published until this topic contains the string "READY".
  • gps/time_ref (sensor_msgs/TimeReference) UTC equivalent of the GPS timestamp reported by the OxTS unit.

Parameters

  • interface Restrict to single network interface, example: eth0. Default <empty>
  • ip_address Local IP listen address. Default <empty>
  • port Local UDP listen port. Default 3000
  • frame_id_gps The frame-ID for geodetic GPS position and IMU. Default gps
  • frame_id_vel The frame-ID for ENU GPS velocity. Default enu
  • frame_id_odom The frame-ID for UTM odometry. Default utm

Example usage

rosrun oxford_gps_eth gps_node

OR

roslaunch oxford_gps_eth gps.launch

FAQ

I see Connected to Oxford GPS at <ip_address>:3000, but GPS position and velocity messages are not being published.

Data is not published until the OxTS unit reports itself as being completely initialized. Drive around faster than 5 m/s for a short period of time after powering on the OxTS unit to initialize the sensor. The gps/nav_status string topic indicates the status of the initialization process. Once this string shows "READY", the GPS position and velocity messages should start publishing.

oxford_gps_eth's People

Contributors

khallenbeck-dsi avatar mradov-dsi avatar robustify avatar

Stargazers

Qingzhao Zhang avatar

Watchers

James Cloos avatar Nick Fiege 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.