swri-robotics / mapviz

Modular ROS visualization tool for 2D data.
BSD 3-Clause "New" or "Revised" License
371 stars 144 forks source link

Mapviz Visualization using UTM #760

Open NeighborDva opened 1 year ago

NeighborDva commented 1 year ago

Can I Use UTM Coordinate to Mapviz? Only NavsatFix??

matt-attack commented 1 year ago

Not using a NavsatFix message, but with other supported message types including nav_msgs/Odometry. swri_transform_util which mapviz uses to transform items for viewing purposes supports a UTM frame so if you set the frame_id to /utm and fill out the odom message accordingly it should be viewable.