Package to combine 2 PointCloud2 in one with a target frame.
target_frame
Frame to merge the 2 clouds. Defaultbase_link
cloud_out
output topic name. Defaultcloud_out
cloud1
input topic name. Defaultcloud1
cloud2
input topic name. Defaultcloud2
transform_tolerance
TF tolerance. Default1
concurrency_level
Nodelet thread support. Default1
- Nodelet support
Due to constant resize of PointCloud2, crash can occur. In that case,compile in debug mode '-DCMAKE_BUILD_TYPE=Debug', launch the debug launch file and create a merge request with test data (gdb knowledge required)
roslaunch pointcloud_merger sample_node_debug.launch
roslaunch pointcloud_merger sample_node.launch