-
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
fix(obstacle_velocity_limiter): more stable virtual wall #8499
fix(obstacle_velocity_limiter): more stable virtual wall #8499
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 #8499 +/- ##
==========================================
- Coverage 24.10% 24.09% -0.01%
==========================================
Files 1399 1403 +4
Lines 102337 102375 +38
Branches 38870 38874 +4
==========================================
+ Hits 24668 24669 +1
- Misses 75141 75177 +36
- Partials 2528 2529 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c1fc313
to
36b53cd
Compare
36b53cd
to
9f5d093
Compare
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
9f5d093
to
6bf1caa
Compare
…ndation#8499) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ndation#8499) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Description
Fix the
obstacle_velocity_limiter
adding virtual walls at each slowdown point. Now a wall is added only the first slowdown of an interval.Also moved the check to prevent increasing the trajectory velocity to the node side.
Related links
Parent Issue:
How was this PR tested?
Psim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.