Complete the code to start RViz with the default configuration.
rosrun rviz [1]The command rosrun rviz rviz starts the RViz visualization tool with default settings.
Complete the code to add a new display type in RViz.
Click the 'Add' button and select [1] from the list.
In RViz, 'RobotModel' is a common display type to visualize the robot's shape and joints.
Fix the error in the RViz display configuration by selecting the correct topic name.
Set the topic field to [1] to visualize laser scans.The topic /scan is the standard topic for laser scan data in ROS, which RViz uses to display laser scans.
Fill both blanks to configure the fixed frame and enable grid display in RViz.
Set the fixed frame to [1] and check the box to enable [2] display.
The fixed frame is often set to map for global reference. Enabling Grid display helps visualize the ground plane.
Fill all three blanks to save the current RViz configuration to a file.
Go to File > [1] Config, enter the filename [2], and click [3].
To save your RViz setup, choose 'Save Config', provide a filename like 'my_rviz_config.rviz', and click 'Save'.
