-
Notifications
You must be signed in to change notification settings - Fork 0
/
slamparams.yaml
69 lines (59 loc) · 2.22 KB
/
slamparams.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
slam_toolbox:
ros__parameters:
# Plugin params
solver_plugin: solver_plugins::CeresSolver
ceres_linear_solver: SPARSE_NORMAL_CHOLESKY
ceres_preconditioner: SCHUR_JACOBI
ceres_trust_strategy: LEVENBERG_MARQUARDT
ceres_dogleg_type: TRADITIONAL_DOGLEG
ceres_loss_function: None
# ROS Parameters
odom_frame: odom
map_frame: map
base_frame: base_footprint
scan_topic: /scan
use_map_saver: true
mode: mapping # Change to 'localization' if needed
debug_logging: true
throttle_scans: 3
transform_publish_period: 0.059 # Align with the scan rate, though this could be lower based on need
map_update_interval: 0.059 # Frequent updates for high-frequency scan data
resolution: 0.05
max_laser_range: 10.0
minimum_time_interval: 0.059
transform_timeout: 0.15
tf_buffer_duration: 30.
stack_size_to_use: 800000000
enable_interactive_mode: true
# General Parameters
use_scan_matching: true
use_scan_barycenter: true
minimum_travel_distance: 0.05
minimum_travel_heading: 0.05
scan_buffer_size: 5 # Reduced for faster processing
scan_buffer_maximum_scan_distance: 10.0
link_match_minimum_response_fine: 0.1
link_scan_maximum_distance: 1.5
loop_search_maximum_distance: 3.0
do_loop_closing: true
loop_match_minimum_chain_size: 10 # Lowered for faster loop closure
loop_match_maximum_variance_coarse: 2.0
loop_match_minimum_response_coarse: 0.35
loop_match_minimum_response_fine: 0.45 # Adjusted for precision
# Correlation Parameters
correlation_search_space_dimension: 0.5
correlation_search_space_resolution: 0.01 # Further reduce for finer resolution
correlation_search_space_smear_deviation: 0.1
# Loop Closure Parameters
loop_search_space_dimension: 8.0
loop_search_space_resolution: 0.05
loop_search_space_smear_deviation: 0.03
# Scan Matcher Parameters
distance_variance_penalty: 0.5
angle_variance_penalty: 1.0
fine_search_angle_offset: 0.00349
coarse_search_angle_offset: 0.349
coarse_angle_resolution: 0.0349
minimum_angle_penalty: 0.9
minimum_distance_penalty: 0.6
use_response_expansion: true