Skip to content

Commit

Permalink
More work on ekf debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaf84 committed Nov 15, 2024
1 parent 32bc6d2 commit d256f76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions urc_localization/config/ekf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ekf_filter_node_odom:
ros__parameters:
frequency: 30.0
sensor_timeout: 0.1
sensor_timeout: 5.0
two_d_mode: false
transform_time_offset: 0.0
transform_timeout: 0.0
Expand Down Expand Up @@ -33,7 +33,7 @@ ekf_filter_node_map:
#Frequency the filter outputs a position estimate
frequency: 30.0
#Period in seconds after which we consider a sensor to have timed out
sensor_timeout: 0.1
sensor_timeout: 5.0

# 2D vs 3D data
two_d_mode: false
Expand Down Expand Up @@ -67,7 +67,7 @@ ekf_filter_node_map:
odom0_relative: false

imu0: /imu/data
imu0_config: [false, false, false,
imu0_config: [true, true, true,
true, true, true,
false, false, false,
true, true, true,
Expand All @@ -88,7 +88,7 @@ navsat_transform:
# Frequency of the main run loop
frequency: 30.0
# Delay time, in seconds, before we calculate the transform from the UTM frame to your world frame.
delay: 3.0
delay: 5.0
magnetic_declination_radians: 0.0
yaw_offset: 0.0
zero_altitude: false
Expand Down

0 comments on commit d256f76

Please sign in to comment.