Skip to content

Commit

Permalink
NDT pipeline: expose max sigma as parameter too
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 30, 2024
1 parent 9bb216f commit ccf8b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/lidar3d-ndt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ params:
enabled: true
initial_sigma: 2.0 # [m]
min_motion: ${MOLA_SIGMA_MIN_MOTION|0.10} # [m]
maximum_sigma: 3.0 # [m]
maximum_sigma: ${MOLA_SIGMA_MAX|0.20} # [m]
kp: 2.0
alpha: ${MOLA_ADAPT_THRESHOLD_ALPHA|0.90}

Expand Down

0 comments on commit ccf8b8f

Please sign in to comment.