Rviz2

Rviz2 is a port of Rviz to ROS 2. It provides a graphical interface for users to view their robot, sensor data, maps, and more. It is installed by default with ROS 2 and requires a desktop version of Ubuntu to use.

The Turtlebot4 Desktop package provides launch files and configurations for viewing the TurtleBot 4 in Rviz2.

View Model

To inspect the model and sensor data, run:

ros2 launch turtlebot4_viz view_model.launch.py
view_model
Rviz2 launched with the View Model configuration

View Robot

For a top down view of the robot in its environment, run:

ros2 launch turtlebot4_viz view_robot.launch.py

This is useful when mapping or navigating with the robot

view_robot
Rviz2 launched with the View Robot configuration

Rviz2 Displays

Rviz2 offers support for displaying data from various sources. Displays can be added using the "Add" button.

add
Adding Displays in Rviz2

LaserScan

The LaserScan display shows data for sensor_msgs/msg/LaserScan messages. On the TurtleBot 4 the RPLIDAR supplies this data on the /scan topic.

laserscan
LaserScan displayed in Rviz2

Camera

The Camera display shows camera images from sensor_msgs/msg/Image messages. The OAK-D cameras publish images on the /color/preview/image and /stereo/depth topics.

camera
Camera image displayed in Rviz2

TF

The TF display can be used to visualise the links that make up the robot. When you first add the TF display, it will show every link that makes up the robot.

tf all
TF with default settings

You can uncheck the "All Enabled" box, and then select the links you wish to see.

TF
TF with selected links