Skip to content

Commit

Permalink
add ekf_navsat.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaf84 committed Oct 25, 2024
1 parent b726cce commit 25a2863
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions urc_localization/config/ekf_navsat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ekf_filter_node:
ros_parameters:
#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

# 2D vs 3D data
two_d_mode: False

#Transform time offset
transform_time_offset: 0.0

#How long tf-listener waits for transform to become available
transform_timeout: 0.0

publish_acceleration: True

#Publish transformation over tf topic
publish_tf: True

map_frame: map
odom_frame: odom
base_link_frame: base_link
world_frame: map


0 comments on commit 25a2863

Please sign in to comment.