Skip to content

Commit

Permalink
feat(ekf_localizer): Add Single1DFilter params to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: meliketanrikulu <melike@leodrive.ai>
  • Loading branch information
meliketanrikulu committed Dec 19, 2023
1 parent c0b48e1 commit b75102d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions localization/ekf_localizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ The parameters are set in `launch/ekf_localizer.launch` .

note: process noise for positions x & y are calculated automatically from nonlinear dynamics.

### Simple 1D Filter Parameters

| Name | Type | Description | Default value |
| :--------------------- | :----- |:------------------------------------------------|:--------------|
| z_filter_proc_dev | double | Simple1DFilter - Z filter process deviation | 1.0 |
| roll_filter_proc_dev | double | Simple1DFilter - Roll filter process deviation | 0.01 |
| pitch_filter_proc_dev | double | Simple1DFilter - Pitch filter process deviation | 0.01 |

### For diagnostics

| Name | Type | Description | Default value |
Expand Down

0 comments on commit b75102d

Please sign in to comment.