-
Notifications
You must be signed in to change notification settings - Fork 672
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(autonomous_emergency_braking): keep collision information for user specified seconds #3292
feat(autonomous_emergency_braking): keep collision information for user specified seconds #3292
Conversation
…er specified seconds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! LGTM
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3292 +/- ##
==========================================
+ Coverage 12.41% 12.49% +0.08%
==========================================
Files 1368 1365 -3
Lines 96123 94695 -1428
Branches 27697 26745 -952
==========================================
- Hits 11931 11835 -96
+ Misses 71526 70343 -1183
+ Partials 12666 12517 -149
*This pull request uses carry forward flags. Click here to find out more.
... and 46 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…er specified seconds (autowarefoundation#3292) * feat(autonomous_emergency_braking): keep collision information for user specified seconds * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…warefoundation#2793, autowarefoundation#3186, autowarefoundation#3248, autowarefoundation#3292) (#330) * feat(control): add autonomous emergency braking module (autowarefoundation#2793) * fix build error * ci(pre-commit): autofix * fix: fix lookup symbol error * fix(autonomous_emergency_braking): fix typo (autowarefoundation#3186) Update node.cpp * fix(autonomous_emergency_braking): publish debug marker on base_link frame (autowarefoundation#3248) * feat(autonomous_emergency_braking): keep collision information for user specified seconds (autowarefoundation#3292) * feat(autonomous_emergency_braking): keep collision information for user specified seconds * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
CollisionDataKeeper
collision_keeping_sec
, default is 0.0Related links
Tests performed
I confirmed it works in my environment.
green point: ObjectData
red point: Collision decided Point
https://user-images.githubusercontent.com/9547070/230254191-00cfe377-d48e-4aa3-bffe-19658f8d1d09.mp4
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.