Save nav_msgs/OccupancyGrid as png
Hi,
map_server saves an occupancy grid as a pgm, but is there a way to save the map as a png?
Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
map_server saves an occupancy grid as a pgm, but is there a way to save the map as a png?
Thanks!
You can convert the pgm to a png with gimp, photoshop, or the convert
command-line tool. (sudo apt-get install imagemagick
; convert map.pgm map.png
)
Asked: 2017-06-19 13:52:04 -0500
Seen: 1,728 times
Last updated: Jun 19 '17
Will A* in AMCL direct robot into grey area on map
Failed to open and upload big image file, map_file and map_server
How to edit a map programmatically?
Does anyone have a map downsampling node?
Restart move_base node programatically or control a launch file programatically.
apt conflict installing libsdl1.2-dev (E: broken package) for map_server (electric on lucid)
Navigation map_server, amcl, move base
Does a static_map costmap continually update from map_server?