We can show you the world
Mapviz is a highly customizable ROS-based visualization tool focused on large-scale 2D data, with a plugin system for extreme extensibility.

Get started now View it on GitHub
Getting Started
The easiest way to install Mapviz is using apt-get:
$ sudo apt-get install ros-$ROS_DISTRO-mapviz \
ros-$ROS_DISTRO-mapviz-plugins \
ros-$ROS_DISTRO-tile-map \
ros-$ROS_DISTRO-multires-image
Building From Source
These directions assume you have already set up a catkin workspace. If not, see this tutorial on the ROS Wiki to set one up.
- Check out the source
Using
wstoolIf you’re usingwstool, add this repository to yourwstoolworkspace:$ wstool set mapviz --git https://github.com/swri-robotics/mapviz.git $ wstool update mapvizUsing
gitIf you’re not using wstool, you can check out the repository directly withgit:$ git clone https://github.com/swri-robotics/mapviz.git
Install dependencies
Install all of the dependencies using
rosdepby running the following command from the root of yourcatkinworkspace:$ rosdep install --from-paths src --ignore-srcBuild the workspace:
$ catkin_make