Mastering 3D Visualization and Debugging with RViz in ROS 2

RViz functions as the primary three-dimensional visualization enviroment within the ROS 2 ecosystem, enabling developers to render sensor data, robot models, and navigation states in real time. Environment Setup and Execution Before launching the application, ensure the ROS 2 environment is sourced correctly. For a standard Jazzy installation o ...

Posted on Mon, 17 Aug 2026 16:24:51 +0000 by s0me0ne

Using RViz to Visualize Robot Trajectory on Local Machine

A robot is equipped with an STM32 microcontroller and a Jetson Nano. The STM32 handles motor control and reads data from global positioning sensors, transmitting this information to the Jetson Nano. On the Nano, a node publishes global coordinates, while a subscriber node runs on a local computer to visualize the robot's movement path via RViz. ...

Posted on Sat, 04 Jul 2026 16:51:38 +0000 by shank888