From 8238ad8bc33bf5811bea0fb175a56e8d956f599b Mon Sep 17 00:00:00 2001 From: Wolfgang Hess Date: Tue, 4 Oct 2016 14:59:09 +0200 Subject: [PATCH] Do not accumulate scans by default for 3D SLAM. (#30) --- configuration_files/trajectory_builder_3d.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration_files/trajectory_builder_3d.lua b/configuration_files/trajectory_builder_3d.lua index c4ebb9a..8402d86 100644 --- a/configuration_files/trajectory_builder_3d.lua +++ b/configuration_files/trajectory_builder_3d.lua @@ -17,7 +17,7 @@ MAX_3D_LASER_RANGE = 60. TRAJECTORY_BUILDER_3D = { laser_min_range = 1., laser_max_range = MAX_3D_LASER_RANGE, - scans_per_accumulation = 20, + scans_per_accumulation = 1, laser_voxel_filter_size = 0.15, high_resolution_adaptive_voxel_filter = {