Week 06 - KITTI Dataset And Multi-Sensor Visualization
Task Goal
This week works with KITTI-style sensor data and ROS2 visualization. The goal is to publish point cloud and image data, then inspect the result with visualization tools.
Folder Check
week6/ |-- README.md # required report |-- img/ # visualization image
Environment
- ROS2 Jazzy
- KITTI Raw Dataset
- RViz2
- RQT
- cv_bridge
Steps
- Study the KITTI dataset structure.
- Convert point cloud and image data into ROS2 messages.
- Run the publisher node.
- Inspect the output with RViz2 and RQT.
Commands
ros2 run ros2_kitti_publishers publisher_node
rviz2
rqt
Result

Summary
Multi-sensor visualization is a key robot perception skill. This week strengthens the connection between datasets, ROS2 message types, and visual debugging tools.