-
Notifications
You must be signed in to change notification settings - Fork 763
feat(out_of_lane): add objects.extra_width parameter #10923
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): add objects.extra_width parameter #10923
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10923 +/- ##
==========================================
- Coverage 19.90% 19.83% -0.07%
==========================================
Files 1435 1436 +1
Lines 104444 104792 +348
Branches 34417 34508 +91
==========================================
Hits 20785 20785
- Misses 67246 67594 +348
Partials 16413 16413
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a01f8a1
to
d0f48de
Compare
Signed-off-by: Maxime CLEMENT <[email protected]>
d0f48de
to
38a97ad
Compare
…ion#10923) Signed-off-by: Maxime CLEMENT <[email protected]>
Description
Add a parameter to make the dynamic object footprints wider, making it more likely to detect
out_of_lane
collisions.Required launch PR: autowarefoundation/autoware_launch#1537
Related links
Private Links:
How was this PR tested?
Psim
Rosbags
Notes for reviewers
None.
Interface changes
None.
ROS Parameter Changes
Additions and removals
objects.extra_width
double
1.0
Effects on system behavior
Can tune the
out_of_lane
collision detection.