Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcd_to_pointcloud: add latch param using transient_local QoS #459

Open
wants to merge 1 commit into
base: ros2
Choose a base branch
from

Conversation

remco-r
Copy link

@remco-r remco-r commented Jun 21, 2024

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 remco-r force-pushed the feature/latch_pcd_to_pointcloud_ros2 branch from 33337d4 to c50ee46 Compare June 24, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant