We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3392520 commit 411a5feCopy full SHA for 411a5fe
jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
@@ -173,10 +173,10 @@
173
<rosparam ns="amcl">
174
update_min_a: 0.01 <!-- update filter every 0.01[m] translation -->
175
update_min_d: 0.01 <!-- update filter every 0.01[rad] rotation -->
176
- odom_alpha1: 0.05 # rotation noise per rotation
177
- odom_alpha2: 0.05 # rotation noise per translation
178
- odom_alpha3: 0.05 # translation noise per translation
179
- odom_alpha4: 0.05 # translation noise per rotation
+ odom_alpha1: 0.2 # rotation noise per rotation
+ odom_alpha2: 0.2 # rotation noise per translation
+ odom_alpha3: 0.2 # translation noise per translation
+ odom_alpha4: 0.2 # translation noise per rotation
180
</rosparam>
181
182
<rosparam ns="move_base">
0 commit comments