-
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
test(no_stopping_area): refactor and add tests #9009
test(no_stopping_area): refactor and add tests #9009
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
e2f1297
to
2147877
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9009 +/- ##
==========================================
+ Coverage 26.66% 26.78% +0.11%
==========================================
Files 1296 1302 +6
Lines 95691 95715 +24
Branches 39092 39081 -11
==========================================
+ Hits 25516 25635 +119
+ Misses 67601 67431 -170
- Partials 2574 2649 +75
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
32aa3ed
to
5168167
Compare
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
This reverts commit 1927b1e. Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
5168167
to
ff8ee64
Compare
...g/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module/src/utils.hpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: prakash-kannaiah <prakashkanan.pk@gmail.com>
Description
Refactor the
no_stopping_area
module to make it easier to test and add unit tests.Related links
Private Links:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.