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

fix(deviation_estimation_tools): fix parameter handling #75

Merged
merged 32 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
12af201
first commit
kminoda Nov 30, 2022
2dff016
ci(pre-commit): autofix
pre-commit-ci[bot] Nov 30, 2022
0c61fac
Merge branch 'tier4/universe' into feat/cut_ndt_while_error_is_large
kminoda Jan 6, 2023
e0ecb4d
change debug message
kminoda Jan 10, 2023
c24baee
remove unnecessary commentouts
kminoda Jan 11, 2023
5649862
fix(deviation_evaluator): verified that the error transformation is c…
kminoda Jan 10, 2023
535769b
fix(deviation_evaluator): change default initial pose covariance (#73)
kminoda Jan 10, 2023
e4d1ce7
feat(deviation_evaluator): use unified threshold for localization_err…
kminoda Jan 11, 2023
9e0d8ff
fix parameter input of deviation_evaluator
kminoda Jan 11, 2023
c9b95b2
resolve conflict
kminoda Jan 11, 2023
1c55c54
update the output format of deviation_estimator
kminoda Jan 11, 2023
84b56db
first commit
kminoda Jan 12, 2023
a220ede
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 12, 2023
839a0bf
update with vehicle_velocity_converter
kminoda Jan 13, 2023
62e42b8
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 13, 2023
e766a9e
estimator debug && compatible modification with v3.1.3 (x1)
kminoda Jan 16, 2023
8b51312
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 16, 2023
2821f08
debug
kminoda Jan 16, 2023
647e732
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 16, 2023
ed1640a
debug
kminoda Jan 16, 2023
17a84ff
debug
kminoda Jan 16, 2023
97a6307
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 16, 2023
363e9e2
tf2::utils.h import debug
kminoda Jan 16, 2023
1e71197
small fix
kminoda Jan 16, 2023
3855dad
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 16, 2023
0ae6cb3
galactic compatibility done?
kminoda Jan 16, 2023
9f43ddf
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 16, 2023
29a2023
small fix
kminoda Jan 16, 2023
5440cbe
small fix
kminoda Jan 16, 2023
553e2c0
ci(pre-commit): autofix
pre-commit-ci[bot] Jan 16, 2023
c44af40
now galactic build works
kminoda Jan 16, 2023
fef7003
resolve conflict
kminoda Jan 16, 2023
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
Prev Previous commit
Next Next commit
resolve conflict
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Jan 11, 2023
commit c9b95b2083b3a416442ccde905be586c8c5ccf02
3 changes: 2 additions & 1 deletion localization/deviation_estimation_tools/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ Make sure that `c>95`. -->

#### B. Check the compatibility with a threshold in `localization_error_monitor`

The `deviation_evaluator` also checks the compatiblity of the estimated parameters and the threshold in `localization_error_monitor`.
The `deviation_evaluator` also checks the compatibility of the estimated parameters and the threshold in `localization_error_monitor`.

Concretely, it checks if the two following statement holds:

1. `localization_error_monitor` would NOT diagnose the system as `WARN` nor `ERROR` as long as the NDT is available.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
angular_velocity_offset_z: 0.0

# Dead Reckoning configuration
wait_duration: 6.0 # [s]
wait_duration: 4.0 # [s]
wait_scale: 1.3

need_ekf_initial_trigger: true
You are viewing a condensed version of this merge commit. You can view the full changes here.