Skip to content

Commit

Permalink
Do not accumulate scans by default for 3D SLAM. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wohe committed Oct 4, 2016
1 parent d2962c0 commit 8238ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration_files/trajectory_builder_3d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8238ad8

Please sign in to comment.