Merged
Conversation
Rayman
requested changes
Apr 22, 2025
Contributor
Rayman
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
Can you fix cpplint? I'm seeing a couple of errors in the CI.
Also a question: why did you change the commandline parsing? Previously it would print usage when you entered the wrong amount of arguments.
Contributor
|
Can you resolve the conflicts and implement the conversion with |
Rayman
reviewed
May 9, 2025
Contributor
|
Thank you for this feature! |
AntoBrandi
pushed a commit
to AntoBrandi/perception_pcl
that referenced
this pull request
Aug 26, 2025
kubojion
added a commit
to kubojion/perception_pcl
that referenced
this pull request
Mar 24, 2026
Replace pcl::PointCloud<pcl::PointXYZ> and pcl::PointCloud<pcl::PointXYZRGB> accumulators with pcl::PCLPointCloud2. The typed approach silently drops all fields except x/y/z (or rgb) - intensity, ring, timestamps etc. are lost. Using pcl::PCLPointCloud2 as the accumulator preserves all fields from the incoming sensor_msgs/PointCloud2 messages, consistent with the approach requested in ros-perception#486. Also adds pcl_ros_tf linkage and uses pcl_ros::transformPointCloud for the fixed-frame transform, removing the inline typed transform helpers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Usage example:
ros2 run pcl_ros bag_to_pcd --ros-args -p bag_path:=rosbag2_2022_04_14-ped_vehicle/ -p topic_name:=/sensing/lidar/top/rectified/pointcloud -p output_directory:=pcds