We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4093b6 commit e0bd6c9Copy full SHA for e0bd6c9
parameters/world_modeling/world_model_plugin_localization.yaml
@@ -24,7 +24,7 @@ parameters:
24
rz: $(env ROBOT_INIT_PHI 0.0)
25
laser_model:
26
topic: /hero/base_laser/scan
27
- num_beams: 150
+ num_beams: 250
28
z_hit: 0.95
29
sigma_hit: 0.15
30
z_short: 0.1
@@ -38,8 +38,8 @@ parameters:
38
map_frame: map
39
odom_frame: odom
40
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
+ alpha1: 0.10 # rot -> rot
+ alpha2: 0.05 # trans -> rot
+ alpha3: 0.05 # trans -> trans
+ alpha4: 0.05 # rot -> trans + strafe
+ alpha5: 0.10 # trans -> strafe
0 commit comments