Skip to content

Commit

Permalink
Gravity doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
mazam32 committed Nov 24, 2024
1 parent 1018543 commit 2263fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urc_localization/config/ekf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ekf_filter_node_odom:
imu0_differential: false
imu0_relative: false
imu0_queue_size: 10
imu_remove_gravitational_acceleration: false
imu_remove_gravitational_acceleration: true

use_control: false
process_noise_covariance: [0.05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
Expand Down Expand Up @@ -106,7 +106,7 @@ ekf_filter_node_map:
imu0_differential: false
imu0_relative: false
imu0_queue_size: 10
imu_remove_gravitational_acceleration: false
imu_remove_gravitational_acceleration: true

use_control: false
process_noise_covariance: [0.05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
Expand Down

0 comments on commit 2263fbc

Please sign in to comment.