Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ukf.yaml to match ekf.yaml #867

Merged
merged 1 commit into from
Mar 15, 2024
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
7 changes: 7 additions & 0 deletions params/ukf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ ukf_filter_node:
# difference is that the relative parameter doesn't cause the measurement to be converted to a velocity before
# integrating it. If you simply want your measurements to start at 0 for a given sensor, set this to true.
odom0_relative: false

# [ADVANCED] Whether to use the starting pose of child_frame_id as the origin of odometry.
# Note: this is different from setting odom0_relative to true, as when child_frame is different from
# base_link_frame, the rotation of base_link will be coupled into the translation of child_frame.
# Set to true for fusing secondary odometry sources that are rigidly connected to base_link but has a non-zero
# offset from base_link.
odom0_pose_use_child_frame: false

# [ADVANCED] If your data is subject to outliers, use these threshold settings, expressed as Mahalanobis distances, to
# control how far away from the current vehicle state a sensor measurement is permitted to be. Each defaults to
Expand Down