Skip to content

This is a ros package to perform GPS information from WGS84 coordinates to local cartesian coordinates.

Notifications You must be signed in to change notification settings

tom13133/gps_transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps_transformer

The package is used to transform GPS information from WGS84 coordinates to local cartesian coordinates.

Requirements

  1. GeographicLib

Nodes

  1. Node gps_transformer_node

1. Node gps_transformer_node

(a) Subscribed Topics

  • rtk_fix (sensor_msgs/NavSatFix)
    GPS position fix reported by the device.

(b) Published Topics

  • gps_marker (visualization_msgs/Marker)
    GPS position in local cartesian coordinates. The origin is set to be the first subscribed GPS position.

(c) Getting Started

roscore
rosrun gps_transformer gps_transformer_node
  • Result:
    Red line: GPS trajectory

About

This is a ros package to perform GPS information from WGS84 coordinates to local cartesian coordinates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published