-
Notifications
You must be signed in to change notification settings - Fork 671
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(lane_change): ensure path generation doesn't exceed time limit #9908
feat(lane_change): ensure path generation doesn't exceed time limit #9908
Conversation
Signed-off-by: mohammad alqudah <[email protected]>
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 #9908 +/- ##
==========================================
+ Coverage 29.21% 29.51% +0.29%
==========================================
Files 1425 1447 +22
Lines 107731 108724 +993
Branches 42178 42436 +258
==========================================
+ Hits 31475 32088 +613
- Misses 73159 73545 +386
+ Partials 3097 3091 -6
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…-exceed-time-limit Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp
Outdated
Show resolved
Hide resolved
…-exceed-time-limit
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: mohammad alqudah <[email protected]>
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp
Show resolved
Hide resolved
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp
Show resolved
Hide resolved
Signed-off-by: mohammad alqudah <[email protected]>
Description
put a time limit on lane change candidate path sampling. If process exceeds time limit (parameterized), then will return current available valid paths.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
ROS Parameter Changes
Additions and removals
time_limit
double
50.0
Effects on system behavior
None.