Show EOL distros:
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Author: Jack O'Quin
- License: BSD
- Source: git https://kforge.ros.org/geographicinfo/geographic_info (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Author: Jack O'Quin
- License: BSD
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: fuerte)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Author: Jack O'Quin
- License: BSD
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: groovy)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: developed
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: developed
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: maintained
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: maintained
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>, Steve Macenski <stevenmacenski AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: maintained
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: maintained
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>, Steve Macenski <stevenmacenski AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Package Summary
Python and C++ interfaces for manipulating geodetic coordinates.
- Maintainer status: maintained
- Maintainer: Jack O'Quin <jack.oquin AT gmail DOT com>, Steve Macenski <stevenmacenski AT gmail DOT com>
- Author: Jack O'Quin
- License: BSD
- Bug / feature tracker: https://github.com/ros-geographic-info/geographic_info/issues
- Source: git https://github.com/ros-geographic-info/geographic_info.git (branch: master)
Overview
This package contains no ROS nodes or utility commands.
It provides C++ and Python classes and functions for working with geodetic coordinate systems.
C++ API
All C++ symbols defined by this package reside in the geodesy namespace.
These coordinate types are currently supported, each with its own C++ header file:
WGS 84
This is the base type for communicating geodetic information between ROS nodes, using geographic_msgs/GeoPoint and geographic_msgs/GeoPose messages.
UTM
This is a slight generalization of the Universal Transverse Mercator projection. It includes grid information from the Military Grid Reference System, and can be extended to support Universal Polar Stereographic zones at the poles, which are outside and supplementary to the UTM scheme.
Being a Mercator projection, these coordinates permit local navigation using a close approximation of Euclidean geometry, much simpler than the ellipsoidal geometry of latitude and longitude.
Python API
All Python modules defined by this package reside in the geodesy namespace.
Links
- Geodesy
- UTM
- External software