diff --git a/config/ekf.yaml b/config/ekf.yaml index 4943c36..83b0f56 100644 --- a/config/ekf.yaml +++ b/config/ekf.yaml @@ -36,7 +36,7 @@ ekf_filter_node: # The order of the values of this parameter is x, y, z, roll, pitch, yaw, vx, vy, vz, vroll, vpitch, vyaw, ax, ay, az. # Configure it for x,y,z,vyaw on the odom topic odom0_config: [false , false , false, - false, false, true, + false, false, false, true, false, false, false, false, true, false, false, false]