Skip to content

feat(boundary_departure): configurable departure points and type base…#2274

Merged
TaikiYamada4 merged 2 commits intobeta/v0.48from
backport-bdp-hysteresis
Aug 5, 2025
Merged

feat(boundary_departure): configurable departure points and type base…#2274
TaikiYamada4 merged 2 commits intobeta/v0.48from
backport-bdp-hysteresis

Conversation

@zulfaqar-azmi-t4
Copy link

Currently ego's predicted path is used as is, and all departure points and critical departure points are accepted as is. This has caused a lot of false positive to occur especially when path chatters.

This PR provides two configurable option:

  1. Trim ego points and update departure type based on cutoff time.
  2. add hysteresis (on_time_buffer and off_time_buffer) as countermeasure to chattering predicted path.

Launcher: tier4/autoware_launch#1056


…d on time (autowarefoundation#11073)

  • feat(boundary_departure): configurable departure points and type based on time

  • Update planning/motion_velocity_planner/autoware_motion_velocity_boundary_departure_prevention_module/src/utils.hpp

  • move out is_departure_persist

  • cutoff time based on decel

  • refactoring

  • refactoring


…d on time (autowarefoundation#11073)

* feat(boundary_departure): configurable departure points and type based on time

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* Update planning/motion_velocity_planner/autoware_motion_velocity_boundary_departure_prevention_module/src/utils.hpp

Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* move out is_departure_persist

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* cutoff time based on decel

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* refactoring

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* refactoring

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Aug 5, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 5, 2025

@TaikiYamada4 TaikiYamada4 merged commit 1149029 into beta/v0.48 Aug 5, 2025
24 of 27 checks passed
@TaikiYamada4 TaikiYamada4 deleted the backport-bdp-hysteresis branch August 5, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants