Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_boundary_departure_checker at Robotics Stack Exchange
Package Summary
| Tags | No category tags. |
| Version | 0.48.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2025-12-05 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Alqudah Mohammad
- Kyoichi Sugahara
- Takumi Odashima
- Maxime Clement
- Zulfaqar Azmi
Authors
Changelog for package autoware_boundary_departure_checker
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
fix: tf2 uses hpp headers in rolling (and is backported) (#11620)
-
feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker (#11519)
- feat(turn_signal_decider): add threshold based on distance to lane bound for turning off blinker
- fix default value in readme
- Update readme
* update parameter description ---------
-
fix(boundary_departure): false activation for underpass/overpass areas (#11323)
- fix(boundary_departure): false activation for underpass/overpass areas
* fix precommit ---------
-
fix(autoware_boundary_departure_checker): remove unused function (#11189)
-
fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11200)
-
fix(autoware_boundary_departure_checker): remove unused function (#11190)
-
perf(boundary_departure): more efficient arc length calculations for ego footprint points (#11136)
- directly calculate lon_dist_on_ref_traj from the fp's trajectory point
- remove unused vehicle longitudinal offset argument
- remove unused trajectory argument
- substract the longitudinal offset of the projected ego point
- rename lon_dist_on_ref_traj to lon_dist_on_pred_traj
- revise and optimize the dist_on_traj to be the ego_dist_on_ref_traj
- remove unused find_new_critical_departure_points function
- remove offsets by the ego vehicle longitudinal offset
- refactor to use motion_utils instead of trajectory::closest (perf)
- remove last trajectory::closest (perf)
* fix braking_dist calculation ---------
-
feat(boundary_departure_checker): improve steering abnormality (#11130)
-
fix(boundary_departure): refactor merge_departure_intervals function to avoid crashes (#11129)
-
Contributors: Maxime CLEMENT, Ryohsuke Mitsudome, Ryuta Kambe, Tim Clephas, Zulfaqar Azmi
0.47.1 (2025-08-14)
- fix(autoware_boundary_departure_checker): add missing dependency to magic_enum (#11201)
- Contributors: Mete Fatih Cırıt
0.47.0 (2025-08-11)
-
feat(boundary_departure): configurable departure points and type based on time (#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 Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
- move out is_departure_persist
- cutoff time based on decel
- refactoring
* refactoring ---------Co-authored-by: Maxime CLEMENT <<78338830+maxime-clem@users.noreply.github.com>>
-
fix(boundary_departure): merging multiple close by departure points (#11083)
File truncated at 100 lines see the full file