-
Notifications
You must be signed in to change notification settings - Fork 676
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
refactor(lane_change): add missing safety check parameter #9928
refactor(lane_change): add missing safety check parameter #9928
Conversation
Signed-off-by: Zulfaqar Azmi <[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: Zulfaqar Azmi <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9928 +/- ##
==========================================
- Coverage 29.23% 29.23% -0.01%
==========================================
Files 1426 1428 +2
Lines 107733 107775 +42
Branches 42199 42207 +8
==========================================
+ Hits 31494 31505 +11
- Misses 73192 73222 +30
- Partials 3047 3048 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp
Outdated
Show resolved
Hide resolved
…nge_module/src/manager.cpp Co-authored-by: Maxime CLEMENT <[email protected]>
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Zulfaqar Azmi <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
…nge_module/README.md Co-authored-by: mkquda <[email protected]>
Signed-off-by: Zulfaqar Azmi <[email protected]>
0bf689c
into
autowarefoundation:main
…undation#9928) * refactor(lane_change): parameterize incoming object yaw threshold Signed-off-by: Zulfaqar Azmi <[email protected]> * Readme Signed-off-by: Zulfaqar Azmi <[email protected]> * Update planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/manager.cpp Co-authored-by: Maxime CLEMENT <[email protected]> * Add missing parameters Signed-off-by: Zulfaqar Azmi <[email protected]> * missing dot Signed-off-by: Zulfaqar Azmi <[email protected]> * Update planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md Co-authored-by: mkquda <[email protected]> * update readme Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: mkquda <[email protected]> Signed-off-by: TetsuKawa <[email protected]>
Description
Parameterized incoming object yaw threshold.
Related launcher
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
ROS Parameter Changes
Additions and removals
collision_check.th_incoming_object_yaw
double
2.3562
execution.extended_polygon_policy
string
rectangle
cancel.extended_polygon_policy
string
rectangle
stuck.extended_polygon_policy
string
rectangle
parked.extended_polygon_policy
string
rectangle
Effects on system behavior
None.