tier4 / CalibrationTools

sensor calibration tools for autonomous driving and robotics
GNU General Public License v3.0
121 stars 44 forks source link

fix: use twist_with_covariance_raw for input #48

Closed kminoda closed 2 years ago

kminoda commented 2 years ago

Signed-off-by: kminoda koji.minoda@tier4.jp

Description

I want to use twist_with_covariance_raw as a twist input in deviation_evaluator.

The previous one used twist_with_covariance, which is already applied a stop filter in gyro_odometer. Since we are cancelling the offset in deviation_evaluator, the yaw rate won't become zero when the vehicle is stopped due to the offset (which is weird).

Related links

Tests performed

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.