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.
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.