From: Erik Andresen Date: Fri, 29 Sep 2017 16:24:42 +0000 (+0200) Subject: robot_localization: Set process noise covariance for absolute x/y (gps X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=commitdiff_plain;h=3f3329b34715a239358868351317d27ea17bd423;ds=sidebyside robot_localization: Set process noise covariance for absolute x/y (gps pos) to 2.5m --- diff --git a/config/robot_localization.yaml b/config/robot_localization.yaml index 630e24d..193db56 100644 --- a/config/robot_localization.yaml +++ b/config/robot_localization.yaml @@ -129,8 +129,8 @@ dynamic_process_noise_covariance: true # process_noise_covariance diagonal value for the variable in question, which will cause the filter's predicted error # to be larger, which will cause the filter to trust the incoming measurement more during correction. The values are # ordered as x, y, z, roll, pitch, yaw, vx, vy, vz, vroll, vpitch, vyaw, ax, ay, az. -process_noise_covariance: [0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, +process_noise_covariance: [2.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 2.5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.03, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.03, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, diff --git a/launch/wild_thumper.launch b/launch/wild_thumper.launch index 1d304d8..7c9eece 100644 --- a/launch/wild_thumper.launch +++ b/launch/wild_thumper.launch @@ -22,7 +22,7 @@ - +