Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 634 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 634 Bytes

Code Sources

This repository integrates the color mapping functionality from FAST-LIO-COLOR-MAPPING into FAST-LIO-LC, enabling the generation of colored point clouds in real time.

Generating Colored PCD Files

To create colored PCD files, implement a ROS node that subscribes to the "/color_pc" topic. The node will then process the incoming data and output .pcd files that include color information. See this.