Skip to content
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(behavior_velocity_planner): update velocity factor initialization for run out module #9352

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Nov 18, 2024

Description

Should be merged with this PR.

Update the initialization of the velocity factor in the RunOutModule of the behavior_velocity_planner.
The velocity factor is now initialized for the RUN_OUT behavior instead of the ROUTE_OBSTACLE behavior.

Motication of this change is to make it possible to detect when the run_out module is launched via adapi.

How was this PR tested?

  • run psim
    image

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Update the initialization of the velocity factor in the RunOutModule of the behavior_velocity_planner. The velocity factor is now initialized for the RUN_OUT behavior instead of the ROUTE_OBSTACLE behavior.

Signed-off-by: Kyoichi Sugahara <[email protected]>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Nov 18, 2024
Copy link

github-actions bot commented Nov 18, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 19, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.96%. Comparing base (dd9c116) to head (bc8ec70).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9352      +/-   ##
==========================================
- Coverage   28.98%   28.96%   -0.02%     
==========================================
  Files        1426     1432       +6     
  Lines      108249   108303      +54     
  Branches    41375    41377       +2     
==========================================
+ Hits        31374    31375       +1     
- Misses      73741    73794      +53     
  Partials     3134     3134              
Flag Coverage Δ *Carryforward flag
differential 18.84% <ø> (?)
total 28.98% <ø> (ø) Carriedforward from dd9c116

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@kyoichi-sugahara kyoichi-sugahara merged commit f070655 into autowarefoundation:main Nov 21, 2024
31 of 32 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the feat/add_run-out_planning_behavior branch November 21, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants