You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(imu_corrector): changed publication algorithm and content of /diagnostics in gyro_bias_estimator (#6139)
* Let diagnostics be updated even if expections occur in timer_callback
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Fixed the summary message to be "Not updated" when the gyro bias is not updated.
Fixed typo.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Removed force_update() since updater_ originaly updates diagnostics automatically.
Set the update peirod of diagnostics to be same to the timer_callback.
Changed words of the diagnostics message a bit.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
* Let the period of diagnostics publication independent to timer.
Let update_diagnostics to be simple.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
* Fixed typo
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
* Added setPeriod after force_update to reset the timer of updater_.
Then, there will be no duplicates of diagnostics.
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
* Set diagnostics values to have the same precision
Added gyro_bias_threshold_ to the diagnostics
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* Updated README.md to match the paramters in gyro_bias_estimator
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
* style(pre-commit): autofix
---------
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: sensing/imu_corrector/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,11 @@ In the future, with careful implementation for pose errors, the IMU bias estimat
70
70
71
71
### Parameters
72
72
73
+
Note that this node also uses `angular_velocity_offset_x`, `angular_velocity_offset_y`, `angular_velocity_offset_z` parameters from `imu_corrector.param.yaml`.
0 commit comments