Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_marker_utils at Robotics Stack Exchange
Package Summary
| Version | 1.9.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-06-30 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Kosuke Takeuchi
- Mamoru Sobue
- MRaditya Giovanni
Authors
- MRaditya Giovanni
Changelog for package autoware_marker_utils
1.9.0 (2026-06-24)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
perf(autoware_marker_utils): hoist arc-length recompute and bundle internal cleanups (#1130) Hoist the per-iteration calc_path_arc_length_array() out of the points loop in create_path_with_lane_id_marker_array, computing it once up front (only when with_text is true) to remove the O(N\^2/10) behavior. Bundle the low-risk internal-only cleanups noted in the audit:
- rename the file-static helper bitShift -> bit_shift (lower_case convention)
- extract the duplicated rclcpp logger into a single file-static get_logger()
- add reserve() to the marker.points builders that lacked it
- add the missing <sstream>/<iomanip> includes and drop the unused <limits> No public API change. Add a characterization test pinning the text-marker arc-length string and a test for the gray-color (lane id absent) branch. Refs: autowarefoundation/autoware_core#1096
-
Contributors: Yutaka Kondo, github-actions
1.8.0 (2026-05-01)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
refactor(autoware_core): add USE_SCOPED_HEADER_INSTALL_DIR to common and testing packages (#967) Co-authored-by: github-actions <<github-actions@github.com>> Co-authored-by: Junya Sasaki <<j2sasaki1990@gmail.com>>
-
fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings (#917)
- fix(autoware_marker_utils): fix bugprone-narrowing-conversions warnings
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(common, map): remove unused lanelet2_extension header (#903)
- remove unused lanelet2_extension in map component
* remove unused lanelet2_extension in common component ---------
-
Contributors: NorahXiong, Sarun MUKDAPITAK, Vishal Chauhan, github-actions
1.7.0 (2026-02-14)
1.6.0 (2025-12-30)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- refactor(vehicle_info_utils): reduce autoware_utils deps (#754)
- Contributors: Mete Fatih Cırıt, github-actions
1.5.0 (2025-11-16)
-
Merge remote-tracking branch 'origin/main' into humble
-
feat: replace [ament_auto_package]{.title-ref} to [autoware_ament_auto_package]{.title-ref} (#700)
- replace ament_auto_package to autoware_ament_auto_package
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore(autoware_marker_utils): convert hard code into function (#627)
-
feat(autoware_marker_utils): add marker conversion utils for debug marker (#559) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <<hilo.soblin@gmail.com>>
-
chore: bump version (1.4.0) and update changelog (#608)
File truncated at 100 lines see the full file