Closed kyoichi-sugahara closed 2 months ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 27.79%. Comparing base (
aaf5f27
) to head (6b5d500
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
..._start_planner_module/src/start_planner_module.cpp | 0.00% | 3 Missing :warning: |
...behavior_path_start_planner_module/src/manager.cpp | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
launcher PR should be merged first
Add the skip_rear_vehicle_check parameter to the start planner module configuration. This parameter allows disabling the rear vehicle check during collision detection. By default, the rear vehicle check is enabled.
How was this PR tested?
run planning_simulator
default behavior is don't insert stop point from start planner because ego is preventing rear vehicle's progress
https://github.com/user-attachments/assets/ced3a866-50a5-4ff4-a4dc-a88bcaa30a3b
by changing paramter to true, don't insert stop point
https://github.com/user-attachments/assets/287daf0d-2ca7-4241-b960-c6f03aeb505a
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.