![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.14.1 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-21 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.14.1 (2025-05-21)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable (#120)
- update maintainers
- Switch ament_package to using importlib. (#118)
- Add pytest.ini so local tests don't display warning (#117)
- Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang
0.9.2 (2020-06-05)
- add configure-time flag to skip parent_prefix_path (#115)
- Contributors: Dirk Thomas
0.9.1 (2020-05-12)
- [Windows] Fix _ament_python_executable fallback code path. (#113)
- Contributors: Dirk Thomas
0.9.0 (2020-04-24)
- Convert format to f-string. (#112)
- Contributors: Dirk Thomas
0.8.8 (2019-12-10)
- fix removing trailing semicolon logic in bat (#111)
- Contributors: Dirk Thomas
0.8.7 (2019-12-05)
- fix handling of empty env var (#110)
- Contributors: Dirk Thomas
0.8.6 (2019-12-04)
- improve error message when split for dsv line raises (#108)
- skip empty lines in dsv files (#107)
- fix performance regression in environment setup (#106)
- Contributors: Dirk Thomas
0.8.5 (2019-11-08)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.16.4 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-04-02 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Dharini Dutia
Authors
- Audrow Nash
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.16.4 (2025-04-02)
- Simplify removing leading and trailing separators (#152) (#153) Previously, we checked if the leading or trailing character was a colon and then used a wildcard to remove it. It is simpler to just remove a leading or trailing colon. This has the added benefit of only using shell built-in functions. (cherry picked from commit 9b09d9471f8bf77d5c847a6cd973da79d18d2e11) Co-authored-by: Rob Woolley <<rob.woolley@windriver.com>>
- Always consider .dsv files, even when no shell specific script exists (#147) (#151) Copy of https://github.com/colcon/colcon-core/pull/244/commits/3697164b248d578ec15e9f0d369d005cf1d9894a (cherry picked from commit 01592eb7c227ec12304635e530984d29055463d7) Co-authored-by: Addisu Z. Taddese <<addisuzt@intrinsic.ai>>
- Remove CODEOWNERS and mirror-rolling-to-master. (#149) (#150) They are both outdated and both no longer serving their intended purpose. (cherry picked from commit 5090b28ef9d02fffc41cc1cd04883e3ac2c8f4a6) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
- Contributors: mergify[bot]
0.16.3 (2024-01-24)
- Migrate from legacy importlib-resources (#143)
- Contributors: Isabel Paredes
0.16.2 (2023-05-12)
- Add setuptools dependency back in. (#141)
- Contributors: Chris Lalancette
0.16.1 (2023-05-11)
- Make python dependencies exec_depend. (#140)
- Contributors: Chris Lalancette
0.16.0 (2023-04-27)
0.15.3 (2023-04-11)
- Add support for comment lines in dsv files (#139)
- Contributors: Scott K Logan
0.15.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#138)
- Contributors: Audrow Nash
0.15.1 (2022-09-13)
- Mirror rolling to master
- Remove unused isolated prefix level templates (#133)
- Contributors: Audrow Nash, Shane Loretz
0.15.0 (2022-04-29)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.17.2 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | kilted |
Last Updated | 2025-04-17 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Dharini Dutia
Authors
- Audrow Nash
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.17.2 (2025-04-17)
- Simplify removing leading and trailing separators (#152)
- Remove CODEOWNERS and mirror-rolling-to-master. (#149)
- Contributors: Chris Lalancette, Rob Woolley
0.17.1 (2024-06-17)
- Always consider .dsv files, even when no shell specific script exists (#147)
- Contributors: Addisu Z. Taddese
0.17.0 (2024-04-26)
0.16.3 (2024-01-24)
- Migrate from legacy importlib-resources (#143)
- Contributors: Isabel Paredes
0.16.2 (2023-05-12)
- Add setuptools dependency back in. (#141)
- Contributors: Chris Lalancette
0.16.1 (2023-05-11)
- Make python dependencies exec_depend. (#140)
- Contributors: Chris Lalancette
0.16.0 (2023-04-27)
0.15.3 (2023-04-11)
- Add support for comment lines in dsv files (#139)
- Contributors: Scott K Logan
0.15.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#138)
- Contributors: Audrow Nash
0.15.1 (2022-09-13)
- Mirror rolling to master
- Remove unused isolated prefix level templates (#133)
- Contributors: Audrow Nash, Shane Loretz
0.15.0 (2022-04-29)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.18.1 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2025-07-30 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Dharini Dutia
Authors
- Audrow Nash
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.18.1 (2025-07-30)
- fix setuptools deprecations (#156)
- Contributors: mosfet80
0.18.0 (2025-04-24)
0.17.2 (2025-04-17)
- Simplify removing leading and trailing separators (#152)
- Remove CODEOWNERS and mirror-rolling-to-master. (#149)
- Contributors: Chris Lalancette, Rob Woolley
0.17.1 (2024-06-17)
- Always consider .dsv files, even when no shell specific script exists (#147)
- Contributors: Addisu Z. Taddese
0.17.0 (2024-04-26)
0.16.3 (2024-01-24)
- Migrate from legacy importlib-resources (#143)
- Contributors: Isabel Paredes
0.16.2 (2023-05-12)
- Add setuptools dependency back in. (#141)
- Contributors: Chris Lalancette
0.16.1 (2023-05-11)
- Make python dependencies exec_depend. (#140)
- Contributors: Chris Lalancette
0.16.0 (2023-04-27)
0.15.3 (2023-04-11)
- Add support for comment lines in dsv files (#139)
- Contributors: Scott K Logan
0.15.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#138)
- Contributors: Audrow Nash
0.15.1 (2022-09-13)
- Mirror rolling to master
- Remove unused isolated prefix level templates (#133)
- Contributors: Audrow Nash, Shane Loretz
0.15.0 (2022-04-29)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
No version for distro github showing humble. Known supported distros are highlighted in the buttons above.
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.14.1 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-21 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.14.1 (2025-05-21)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable (#120)
- update maintainers
- Switch ament_package to using importlib. (#118)
- Add pytest.ini so local tests don't display warning (#117)
- Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang
0.9.2 (2020-06-05)
- add configure-time flag to skip parent_prefix_path (#115)
- Contributors: Dirk Thomas
0.9.1 (2020-05-12)
- [Windows] Fix _ament_python_executable fallback code path. (#113)
- Contributors: Dirk Thomas
0.9.0 (2020-04-24)
- Convert format to f-string. (#112)
- Contributors: Dirk Thomas
0.8.8 (2019-12-10)
- fix removing trailing semicolon logic in bat (#111)
- Contributors: Dirk Thomas
0.8.7 (2019-12-05)
- fix handling of empty env var (#110)
- Contributors: Dirk Thomas
0.8.6 (2019-12-04)
- improve error message when split for dsv line raises (#108)
- skip empty lines in dsv files (#107)
- fix performance regression in environment setup (#106)
- Contributors: Dirk Thomas
0.8.5 (2019-11-08)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.13.1 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-01-20 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.13.1 (2022-01-20)
- Add support for appending to environment variables (#130) (#137)
- Update maintainers to Audrow Nash (#135) (#136)
- Revert "Generate Setuptools Dict Helper Method (#126)" (#131)
- Contributors: Scott K Logan, Audrow Nash
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable (#120)
- update maintainers
- Switch ament_package to using importlib. (#118)
- Add pytest.ini so local tests don't display warning (#117)
- Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang
0.9.2 (2020-06-05)
- add configure-time flag to skip parent_prefix_path (#115)
- Contributors: Dirk Thomas
0.9.1 (2020-05-12)
- [Windows] Fix _ament_python_executable fallback code path. (#113)
- Contributors: Dirk Thomas
0.9.0 (2020-04-24)
- Convert format to f-string. (#112)
- Contributors: Dirk Thomas
0.8.8 (2019-12-10)
- fix removing trailing semicolon logic in bat (#111)
- Contributors: Dirk Thomas
0.8.7 (2019-12-05)
- fix handling of empty env var (#110)
- Contributors: Dirk Thomas
0.8.6 (2019-12-04)
- improve error message when split for dsv line raises (#108)
- skip empty lines in dsv files (#107)
- fix performance regression in environment setup (#106)
- Contributors: Dirk Thomas
0.8.5 (2019-11-08)
- Fix sh command to remove trailing separator (#105)
- Always prepend with a trailing separator (#104)
- Contributors: Jacob Perron
0.8.4 (2019-10-23)
- add dsv type set-if-unset (#102)
- Add support for prepending multiple values to env variables from .dsv files (#101)
- Contributors: Dirk Thomas, Jacob Perron, Shane Loretz
0.8.3 (2019-10-11)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ament_cmake_core | |
ros_workspace |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.15.3 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-04-11 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Dharini Dutia
Authors
- Audrow Nash
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.15.3 (2023-04-11)
- Add support for comment lines in dsv files (#139)
- Contributors: Scott K Logan
0.15.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#138)
- Contributors: Audrow Nash
0.15.1 (2022-09-13)
- Mirror rolling to master
- Remove unused isolated prefix level templates (#133)
- Contributors: Audrow Nash, Shane Loretz
0.15.0 (2022-04-29)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable (#120)
- update maintainers
- Switch ament_package to using importlib. (#118)
- Add pytest.ini so local tests don't display warning (#117)
- Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang
0.9.2 (2020-06-05)
- add configure-time flag to skip parent_prefix_path (#115)
- Contributors: Dirk Thomas
0.9.1 (2020-05-12)
- [Windows] Fix _ament_python_executable fallback code path. (#113)
- Contributors: Dirk Thomas
0.9.0 (2020-04-24)
- Convert format to f-string. (#112)
- Contributors: Dirk Thomas
0.8.8 (2019-12-10)
- fix removing trailing semicolon logic in bat (#111)
- Contributors: Dirk Thomas
0.8.7 (2019-12-05)
- fix handling of empty env var (#110)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.14.1 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-21 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.14.1 (2025-05-21)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable (#120)
- update maintainers
- Switch ament_package to using importlib. (#118)
- Add pytest.ini so local tests don't display warning (#117)
- Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang
0.9.2 (2020-06-05)
- add configure-time flag to skip parent_prefix_path (#115)
- Contributors: Dirk Thomas
0.9.1 (2020-05-12)
- [Windows] Fix _ament_python_executable fallback code path. (#113)
- Contributors: Dirk Thomas
0.9.0 (2020-04-24)
- Convert format to f-string. (#112)
- Contributors: Dirk Thomas
0.8.8 (2019-12-10)
- fix removing trailing semicolon logic in bat (#111)
- Contributors: Dirk Thomas
0.8.7 (2019-12-05)
- fix handling of empty env var (#110)
- Contributors: Dirk Thomas
0.8.6 (2019-12-04)
- improve error message when split for dsv line raises (#108)
- skip empty lines in dsv files (#107)
- fix performance regression in environment setup (#106)
- Contributors: Dirk Thomas
0.8.5 (2019-11-08)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ament_package at Robotics Stack Exchange
No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.
![]() |
ament_package package from ament_package repoament_package |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.14.1 |
License | Apache License 2.0 |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | Shell script templates used to create ament workspaces. |
Checkout URI | https://github.com/ament/ament_package.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-05-21 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The parser for the manifest files in the ament buildsystem.
Additional Links
No additional links.
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Mabel Zhang
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ament_package
0.14.1 (2025-05-21)
0.14.0 (2022-01-18)
0.12.1 (2022-01-14)
- Set forthcoming for previous version
- Add support for appending to environment variables (#130) This works largely the same as 'prepend-non-duplicate', but instead puts the candidate value at the end of the target variable.
- Update maintainers to Audrow Nash (#135)
- Make python executable variable ament_package specific (#134)
- Contributors: Audrow Nash, Scott K Logan, Shane Loretz
0.12.0 (2022-01-14)
0.11.0 (2021-03-18)
- Generate Setuptools Dict Helper Method (#126)
- Add Audrow as a maintainer (#127)
- Contributors: Audrow Nash, David V. Lu!!
0.10.1 (2021-01-25)
- Support Python 3.8-provided importlib.metadata (#124)
- Declare missing dependency on python3-importlib-resources (#123)
- Contributors: Scott K Logan
0.10.0 (2020-12-07)
- make AMENT_TRACE_SETUP_FILES output sourceable (#120)
- update maintainers
- Switch ament_package to using importlib. (#118)
- Add pytest.ini so local tests don't display warning (#117)
- Contributors: Chris Lalancette, Dirk Thomas, Mabel Zhang
0.9.2 (2020-06-05)
- add configure-time flag to skip parent_prefix_path (#115)
- Contributors: Dirk Thomas
0.9.1 (2020-05-12)
- [Windows] Fix _ament_python_executable fallback code path. (#113)
- Contributors: Dirk Thomas
0.9.0 (2020-04-24)
- Convert format to f-string. (#112)
- Contributors: Dirk Thomas
0.8.8 (2019-12-10)
- fix removing trailing semicolon logic in bat (#111)
- Contributors: Dirk Thomas
0.8.7 (2019-12-05)
- fix handling of empty env var (#110)
- Contributors: Dirk Thomas
0.8.6 (2019-12-04)
- improve error message when split for dsv line raises (#108)
- skip empty lines in dsv files (#107)
- fix performance regression in environment setup (#106)
- Contributors: Dirk Thomas
0.8.5 (2019-11-08)
File truncated at 100 lines see the full file
Package Dependencies
No dependencies on ROS packages.
System Dependencies
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.