-
Notifications
You must be signed in to change notification settings - Fork 691
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(out_of_lane): ignore objects coming from behind ego #7891
feat(out_of_lane): ignore objects coming from behind ego #7891
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
13a5bca
to
6b7f581
Compare
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7891 +/- ##
==========================================
- Coverage 28.42% 28.42% -0.01%
==========================================
Files 1588 1592 +4
Lines 116185 116224 +39
Branches 49559 49564 +5
==========================================
+ Hits 33031 33037 +6
- Misses 74186 74219 +33
Partials 8968 8968
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ndation#7891) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ndation#7891) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ndation#7891) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ndation#7891) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ndation#7891) (#1437) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ndation#7891) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Description
Add an option to ignore objects coming from behind the ego vehicle in the
out_of_lane
module.Related links
How was this PR tested?
ROSBag
Psim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.