-
Notifications
You must be signed in to change notification settings - Fork 675
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(bpp_common): add unit test for safety check #9386
test(bpp_common): add unit test for safety check #9386
Conversation
Signed-off-by: Go Sakayori <[email protected]>
Signed-off-by: Go Sakayori <[email protected]>
Signed-off-by: Go Sakayori <[email protected]>
Signed-off-by: Go Sakayori <[email protected]>
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: Go Sakayori <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9386 +/- ##
==========================================
+ Coverage 29.77% 29.91% +0.14%
==========================================
Files 1338 1344 +6
Lines 103364 103408 +44
Branches 40234 40235 +1
==========================================
+ Hits 30773 30934 +161
+ Misses 69606 69474 -132
- Partials 2985 3000 +15
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
…9386) * fix docstring Signed-off-by: Go Sakayori <[email protected]> * add basic collision test Signed-off-by: Go Sakayori <[email protected]> * add some more tests Signed-off-by: Go Sakayori <[email protected]> * add unit test for all functions Signed-off-by: Go Sakayori <[email protected]> * remove unecessary header and space Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]>
Description
Add unit test for
autoware_behavior_path_planner_common/utils/safety_check.cpp
Related links
None
How was this PR tested?
Colcon test
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.