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_path_planner): update function of createPredictedPath #5014

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Sep 17, 2023

Description

🤖 Generated by Copilot at 62c8f14

Added and modified parameters for the ego predicted path in the behavior path planner module. This allows more control over the ego vehicle's behavior when approaching the start and goal positions. Updated the createPredictedPath function and its calls in the goal and start planner modules to handle different prediction scenarios for dynamic objects. Changed the parameter files and the header and source files accordingly.

This PR should be merged first.

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 17, 2023
@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 17, 2023
@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Patch coverage: 12.50% and project coverage change: -0.01% ⚠️

Comparison is base (ea9d4b0) 15.74% compared to head (62c8f14) 15.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5014      +/-   ##
==========================================
- Coverage   15.74%   15.74%   -0.01%     
==========================================
  Files        1587     1587              
  Lines      109831   109837       +6     
  Branches    33719    33725       +6     
==========================================
  Hits        17292    17292              
  Misses      73908    73908              
- Partials    18631    18637       +6     
Flag Coverage Δ *Carryforward flag
differential 17.79% <12.50%> (?)
total 15.74% <ø> (-0.01%) ⬇️ Carriedforward from ea9d4b0

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

Files Changed Coverage Δ
..._safety_checker/path_safety_checker_parameters.hpp 33.33% <ø> (ø)
.../scene_module/goal_planner/goal_planner_module.cpp 8.49% <0.00%> (ø)
..._planner/src/scene_module/goal_planner/manager.cpp 5.51% <0.00%> (-0.05%) ⬇️
...planner/src/scene_module/start_planner/manager.cpp 4.82% <0.00%> (-0.05%) ⬇️
...cene_module/start_planner/start_planner_module.cpp 29.86% <0.00%> (ø)
...rc/utils/path_safety_checker/objects_filtering.cpp 23.33% <40.00%> (-0.32%) ⬇️
...nner/src/utils/start_goal_planner_common/utils.cpp 53.03% <100.00%> (ø)

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

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.

2 participants