Skip to content

amc-nu/ros2_cloud_to_pcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcd_saver

Subscribes to a ROS2 PointCloud2 topic and stores received messages to Binary PCD files.

How to launch:

ros2 launch ros2_cloud_to_pcd cloud_to_pcd.xml \
    input/topic:=/lidar/pointcloud \
    output/path:=/tmp/ \
    output/prefix:=lidar

Parameters

Parameter Default Description
input/topic /points_raw ROS2 Topic to subscribe
output/path /tmp/ Path where to store the PCD files.
output/prefix Text to prepend to the output file

About

Saves PointCloud2 Messages to PCD files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published