catkin build pointcloud_merger
roslaunch pointcloud_merger pointcloud_filter_examples.launch
If you are replaying a bag, do not forget to use sim time.
rosparam set /use_sim_time true
This file contains a filter chain to merge pointclouds temporally, crop and voxelize them spacially into a single point cloud.
cloud_in
: input point cloudcloud_out
: output point cloudodom
: odometry topicfixed_frame
: odometry framemin_time_between_input
: minimum time before new measurement is added [s]min_translation_between_input
: minimum translation before new measurement is added [m]min_rotation_between_input
: minimum rotation before new measurement is added [rad]transform_tolerance
: allowable delay in TF data [s]
reference_frame
: reference frame to crop infilter_field_name
: axis to crop alongfilter_limit_min
: min value for filterfilter_limit_max
: max value for filter
voxel_size
: size of voxels (cube) to aggregate points [m]
Robin Schmid, schmidrobin@outlook.com