Verify the ROS 2 Installation
Verify the Installation
Reload the environment:
source /opt/ros/humble/setup.bashRun the ROS 2 checks:
ros2 doctorUnder normal conditions, the following output appears:
All 5 checks passedConfirm that RViz2 is installed:
command -v rviz2
rviz2 --helpLaunch RViz2 from the graphical desktop on the target device:
rviz2
