Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/hangar_sim/config/fuse/fuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ state_estimator:
#process_noise_diagonal: [0.25, 0.25, 0.00001, 0.00001, 0.00001, 0.25
# -, 0.1, 0.1, 0.00001, 0.00001, 0.0001, 0.1, 0.0001, 0.0001, 0.00001]
process_noise_diagonal: [1.0, 1.0, 0.0001, 0.0001, 0.0001, 0.5, 0.5, 0.5, 0.0001, 0.0001, 0.0001, 0.25, 0.00001, 0.00001, 0.00001]
# Exponential velocity decay rate (1/s). Predicted velocity decays toward zero when the
# odometry source goes silent (e.g., after a nav2 controller deactivates), preventing
# indefinite drift. Set to 0.0 to disable. k=1.0 chosen so velocity is ~95% decayed
# within 3s — long enough to not affect normal driving, short enough to kill post-nav2 drift.
velocity_decay: 1.0
Comment thread
griswaldbrooks marked this conversation as resolved.

sensor_models:
initial_localization_sensor:
Expand Down
Loading