pointcloud_merger
pointcloud_merger copied to clipboard
ROS 2 jazzy version of pointcloud_merger
This PR implements the pointcloud_merger in ros2-jazzy and is meant to be merged into a new branch.
Changes:
- Implemented both node and component node (ros2 replacement for nodelets)
- Removed
concurrency_level,since threading is handled in the executor in ros2 - Changed
TimeSynchronizertoApproximateTimeSynchronizerwithmax_interval_durationparameter - I just couldn't get TimeSynchronizer to work properly - Directly copying data with
std::memcpyinstead ofPointCloud2Iterator- I needed the intensity field of the pointcloud in my use case
I have tested both node and component versions on 2 livox MID360 lidars.
Do you have a rosbag for test purposes ?
@tomlogan501 I did not record it. I can record and send it friday.
@tomlogan501 I have recorded the bags but they are too big (233MB) to be uploaded here, where should I send them?