Understanding the ROS visualization tool (RViz) and its plugins

The RViz tool is an official 3D visualization tool of ROS. Almost all kinds of data from sensors can be viewed through this tool. RViz will be installed along with the ROS desktop full installation. Let's launch RViz and see the basic components present in RViz.

Start roscore:

$ roscore
  

Start rviz:

$ rviz
  

The important sections of the RViz GUI are marked, and the uses of each section are shown in the following screenshot:

Get Mastering ROS for Robotics Programming - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.