perception_pcl icon indicating copy to clipboard operation
perception_pcl copied to clipboard

pcd_to_pointcloud: add latch param using transient_local QoS

Open remco-r opened this issue 8 months ago • 0 comments

I missed this feature from ROS1. Implemented using transient_local QoS. Tested in humble using: ros2 run pcl_ros pcd_to_pointcloud --ros-args -p file_name:=<file_path> -p latch:=true

Afterwards a single pointcloud was received with ros2 topic echo or in rviz, while these nodes were not active when the pointcloud was published.

remco-r avatar Jun 21 '24 17:06 remco-r