Skip to content

Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map

License

Notifications You must be signed in to change notification settings

MOLAorg/mola_gnss_to_markers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI clang-format CI Build colcon

Distro Build dev Release
ROS 2 Humble (u22.04) Build Status Version
ROS 2 Jazzy (u24.04) Build Status Version
ROS 2 Rolling (u24.04) Build Status Version

mola_gnss_to_markers

Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map.

mola_gnss_to_marker_demo

Usage

ros2 launch mola_gnss_to_markers mola_gnss_to_markers_launch.py
All ROS2 launch arguments
ros2 launch mola_gnss_to_markers mola_gnss_to_markers_launch.py --show-args
Arguments (pass arguments as '<name>:=<value>'):

    'input_topic_gps':
        no description given
        (default: '/gps')

    'input_topic_georef_metadata':
        no description given
        (default: '/lidar_odometry/geo_ref_metadata')

    'output_topic_marker':
        no description given
        (default: '/gnss_georef_marker')

    'output_marker_line_width':
        no description given
        (default: '0.3')

    'output_marker_color':
        no description given
        (default: '[0.0, 1.0, 0.0, 0.6]')

Input topics:

  • /lidar_odometry/geo_ref_metadata (mrpt_nav_interfaces/msg/GeoreferencingMetadata)
  • /gps (sensor_msgs/msg/NavSatFix)

Output topics:

  • gnns_georef_marker (visualization_msgs/msg/Marker)

License

BSD-3-Clause

About

Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map

Topics

Resources

License

Stars

Watchers

Forks