Skip to content

Commit e0bd6c9

Browse files
Tune localization bit more (#155)
1 parent f4093b6 commit e0bd6c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

parameters/world_modeling/world_model_plugin_localization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ parameters:
2424
rz: $(env ROBOT_INIT_PHI 0.0)
2525
laser_model:
2626
topic: /hero/base_laser/scan
27-
num_beams: 150
27+
num_beams: 250
2828
z_hit: 0.95
2929
sigma_hit: 0.15
3030
z_short: 0.1
@@ -38,8 +38,8 @@ parameters:
3838
map_frame: map
3939
odom_frame: odom
4040
base_link_frame: base_footprint
41-
alpha1: 0.05 # rot -> rot
42-
alpha2: 0.01 # trans -> rot
43-
alpha3: 0.01 # trans -> trans
44-
alpha4: 0.01 # rot -> trans + strafe
45-
alpha5: 0.05 # trans -> strafe
41+
alpha1: 0.10 # rot -> rot
42+
alpha2: 0.05 # trans -> rot
43+
alpha3: 0.05 # trans -> trans
44+
alpha4: 0.05 # rot -> trans + strafe
45+
alpha5: 0.10 # trans -> strafe

0 commit comments

Comments
 (0)