You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROS_DEBUG_STREAM("Removing points in sensor origin from a ambient cloud with " << number_of_points_in_ambient_pointcloud_before_sensor_origin_removal << " points");
Copy file name to clipboardexpand all lines: yaml/schema/drl_configs.yaml
+1
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ message_management:
140
140
max_seconds_ambient_pointcloud_offset_to_last_estimated_pose: 0.0# Point clouds that older than this offset in relation to the last [estimated pose / sensor data received] are discarded (useful when there are several sources of sensor data and one has higher update rate -> ex: kinect+lasers) -> for disabling this check, set to <= 0
141
141
min_seconds_between_scan_registration: 0.0# Ambient point clouds received before this duration is reached (after a successful pose estimation) will be discarded -> for disabling this check, set to <= 0
142
142
min_seconds_between_reference_pointcloud_update: 5.0# Clouds coming from topics reference_costmap_topic | reference_pointcloud_topic will be discarded if the last reference cloud was updated less than [this value] seconds ago
0 commit comments