-
Notifications
You must be signed in to change notification settings - Fork 659
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): aeb for backwards driving #7279
feat(autonomous_emergency_braking): aeb for backwards driving #7279
Conversation
55f12f8
to
4ce91e2
Compare
979bb95
to
cceacaf
Compare
8efc73d
to
40591d9
Compare
f9b2a58
to
9373b9e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7279 +/- ##
==========================================
- Coverage 15.10% 0.00% -15.11%
==========================================
Files 1922 2 -1920
Lines 134796 460 -134336
Branches 43473 0 -43473
==========================================
- Hits 20364 0 -20364
+ Misses 91780 460 -91320
+ Partials 22652 0 -22652
☔ View full report in Codecov by Sentry. |
9373b9e
to
eea4530
Compare
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
eea4530
to
e1227e4
Compare
763c112
into
autowarefoundation:main
* add support for backward path AEB Signed-off-by: Daniel Sanchez <[email protected]> * fix sign) Signed-off-by: Daniel Sanchez <[email protected]> * add abs and protect against nan Signed-off-by: Daniel Sanchez <[email protected]> * solve sign problem with relative speed Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
Description
NOTE: requires #7264 (review) to be merged first
The present PR adds functionality to detect and react to rear obstacles using the AEB module and issue an emergency stop.
Related links
Tests performed
PSim
cap-.2024-06-05-17-47-28.mp4
Notes for reviewers
Interface changes
ROS Topic Changes
ROS Parameter Changes
Effects on system behavior
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.