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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_behavior_path_planner_common 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
- Zulfaqar Azmi
- Mamoru Sobue
- Satoshi Ota
- Mamoru Sobue
- Daniel Sanchez
- Maxime CLEMENT
- Takayuki Murooka
- Satoshi Ota
- Tomoya Kimura
- Shumpei Wakabayashi
- Takayuki Murooka
- Kosuke Takeuchi
- Fumiya Watanabe
- Takamasa Horibe
- Zulfaqar Azmi
- Go Sakayori
- Alqudah Mohammad
- Yukinari Hisaki
- Takumi Odashima
Authors
- Taiki Tanaka
- Takamasa Horibe
- Satoshi Ota
- Fumiya Watanabe
- Zulfaqar Azmi
- Kosuke Takeuchi
- Yutaka Shimizu
- Takayuki Murooka
- Ryohsuke Mitsudome
Changelog for package autoware_behavior_path_planner_common
0.48.0 (2025-11-18)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat(autoware_lanelet2_utils): replace ported functions from autoware_lanelet2_extension (#11593) Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
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(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11544)
- fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
- fix(utils): enhance longitudinal velocity handling in fillLongitudinalVelocityFromInputPath
- Added a check to ensure the input path has at least two points before processing.
- Removed the last point from the input path to avoid zero velocity issues.
- Updated lane ID and longitudinal velocity assignment logic in set_goal to streamline the process. These changes improve the robustness of the path planning by ensuring valid input and clearer handling of velocity data.
- refactor(utils): enhance lanelet handling in path processing
- Introduced a template function to retrieve unique lanelets from a given path, improving modularity and reusability.
- Updated [fillLaneIdsFromMap]{.title-ref} to utilize the new lanelet retrieval function, streamlining lane ID assignment.
- Enhanced [set_goal]{.title-ref} to incorporate the unique lanelets for more accurate lane ID filling. These changes aim to improve the efficiency and clarity of lanelet management within the path planning process.
* refactor(utils): reorder parameters in set_goal function for clarity ---------
- fix(utils): update lane ID assignment in fillLaneIdsFromMap function
* fix(utils): add TODO comment regarding potential segmentation fault in lane ID assignment ---------
-
Revert "fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)" (#11527) This reverts commit 98e1bec71bd6c7e783a5e099887a2cc87a92ce83.
-
fix(goal_planner): correct the lane_id and velocity interpolation logic in smooth_goal_connection (#11508)
- feat(goal_planner): enhance goal refinement with route handler integration
- Updated [set_goal]{.title-ref} and [refinePathForGoal]{.title-ref} functions to include a [route_handler]{.title-ref} parameter for improved path refinement.
- Introduced utility functions to fill lane IDs and longitudinal velocities based on the input path.
- Removed redundant lane ID filling logic to streamline goal setting process. This change aims to enhance the accuracy of goal positioning and path planning by leveraging route information.
File truncated at 100 lines see the full file