Skip to content

Commit

Permalink
use more visually pleasing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Nov 8, 2024
1 parent db45292 commit b48be31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuse_tutorials/config/fuse_apriltag_tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
state_estimator:
ros__parameters:
# Fixed-lag smoother configuration
optimization_frequency: 20.0
optimization_frequency: 100.0
transaction_timeout: 0.01
lag_duration: 0.5
lag_duration: 0.1

# all our sensors will be using this motion model
motion_models:
Expand Down Expand Up @@ -49,4 +49,4 @@ state_estimator:
map_frame_id: 'map'
world_frame_id: 'odom'
publish_tf: true
publish_frequency: 10.0
publish_frequency: 100.0

0 comments on commit b48be31

Please sign in to comment.