-
Notifications
You must be signed in to change notification settings - Fork 682
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
feat(tier4_localization_rviz_plugin): add visualization of pose with covariance history #8191
feat(tier4_localization_rviz_plugin): add visualization of pose with covariance history #8191
Conversation
Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
@YamatoAndo The maintainer was updated with #8184. After the code owner update, would you please review this PR? |
@isamu-takagi Sure! |
...zation_rviz_plugin/src/pose_with_covariance_history/pose_with_covariance_history_display.cpp
Outdated
Show resolved
Hide resolved
...zation_rviz_plugin/src/pose_with_covariance_history/pose_with_covariance_history_display.hpp
Outdated
Show resolved
Hide resolved
...zation_rviz_plugin/src/pose_with_covariance_history/pose_with_covariance_history_display.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com>
Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com>
Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com>
...zation_rviz_plugin/src/pose_with_covariance_history/pose_with_covariance_history_display.hpp
Show resolved
Hide resolved
Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8191 +/- ##
==========================================
- Coverage 24.10% 24.06% -0.04%
==========================================
Files 1399 1400 +1
Lines 102337 102501 +164
Branches 38870 38884 +14
==========================================
Hits 24668 24668
- Misses 75141 75305 +164
Partials 2528 2528
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…covariance history (autowarefoundation#8191) * display PoseWithCovariance History Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * Correct spelling errors and year Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * Add arrows clear() Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * Extension to 3D in matrix calculations Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * Correcting spelling mistakes and adding includes Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> --------- Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> Co-authored-by: Yamato Ando <yamato.ando@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…covariance history (autowarefoundation#8191) * display PoseWithCovariance History Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * Correct spelling errors and year Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * Add arrows clear() Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * Extension to 3D in matrix calculations Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> * style(pre-commit): autofix * Correcting spelling mistakes and adding includes Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> --------- Signed-off-by: yuhei <yuhei1030.mini.normal@gmail.com> Co-authored-by: Yamato Ando <yamato.ando@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
add plugin to visualize covariance estimated by NDT scan matching continuously on Rviz.
![Screenshot from 2024-07-25 16-31-28](https://private-user-images.githubusercontent.com/111027815/352007236-d71df07b-7ac3-46d0-8e45-827dd7049898.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzY2NjMsIm5iZiI6MTczOTMzNjM2MywicGF0aCI6Ii8xMTEwMjc4MTUvMzUyMDA3MjM2LWQ3MWRmMDdiLTdhYzMtNDZkMC04ZTQ1LTgyN2RkNzA0OTg5OC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwNDU5MjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZGQxYWQ4NzNiMTlhMThmYjYwOTY4N2U2YWRmMDk2MzUzNWNlMDZiODZlNmZhMzY4OWFhNmIxMzYzNTY2ZWFkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.VYvm-nbHuDn6rKYqpbizd0zGuIppaqYiYgtXIFaJVmk)
Related links
None.
How was this PR tested?
Run Autoware in my laptop.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.