![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
No version for distro github showing humble. Known supported distros are highlighted in the buttons above.
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ros_workspace at Robotics Stack Exchange
No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.
![]() |
ros_workspace package from ros_workspace reporos_workspace |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.3 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Package to set ROS environment and configuration variables for ROS 2. |
Checkout URI | https://github.com/ros2/ros_workspace.git |
VCS Type | git |
VCS Version | latest |
Last Updated | 2023-02-15 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Provides the prefix level environment files for ROS 2 packages.
Additional Links
No additional links.
Maintainers
- Michael Jeronimo
Authors
- Steven! Ragnarök
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package ros_workspace
1.0.3 (2023-02-15)
- Remove path hook generation from ament_environment (#28)
- [latest] Update maintainers - 2022-11-07 (#26)
- Contributors: Audrow Nash, Michael Carroll
1.0.2 (2021-02-04)
- Use GNUInstallDirs to determine multiarch library dir (#20)
- Contributors: Scott K Logan
1.0.1 (2020-06-05)
- set flag to skip parent_prefix_path (#19)
- Contributors: Dirk Thomas
1.0.0 (2020-05-12)
- Extend library path to have multiarch directory (#18)
- Enable Windows build. (#17)
- Contributors: Jacob Perron, Sean Yen
0.8.0 (2019-10-11)
- Added .dsv file generation for PYTHONPATH. (#16)
- Added support for ament_package installed with setup.py develop. (#15)
- Contributors: Dirk Thomas
0.7.1 (2019-04-29)
- Reverted adding the COLCON_PREFIX_PATH env var. (#14)
- Contributors: Dirk Thomas
0.7.0 (2019-04-08)
- Add LICENSE file containing full Apache 2.0 license text. (#13)
- Contributors: Steven! Ragnarök
0.6.1 (2019-02-07)
- Add COLCON_PREFIX_PATH env hook. (#11)
- Contributors: Dirk Thomas
0.6.0 (2018-11-14)
- Set default environment hooks for PATH, PYTHONPATH, and
LD_LIBRARY_PATH.
(#10)
* Drop setting multiarch library by default. Installing into a
multiarch dir when specifying a non-standard Debian package root
appears to have been a bug that was fixed in the Bionic toolchain.
Packages that used to require special handling because their
libraries were placed in, for example,
/opt/ros/bouncy/lib/x86_64-linux-gnu/ now place their libraries
directly in /opt/ros/bouncy/lib. Since this is no longer the
default, we should not set any default environment hooks using that
directory. Packages which want to explicitly make use of a multiarch
library path should set their own environment hooks.
- Add default environment hook for the binary path.
- set language to NONE as this doesnt compile any code (#9)
- Contributors: Mikael Arguedas, Steven! Ragnarök
0.5.1 (2018-06-18)
- Merge pull request #6 from ros2/add-default-load-path-unconditionially Add default load path unconditionially
- Add note about default environment hooks and link to further issue.
- Add /opt/ros/rosdistro/lib to default library path. Previously this library path was added to LD_LIBRARY_PATH by environment hooks in other packages. However this means that pure-CMake packages which don't depend on ament libraries and do not set environment hooks of their own aren't found by dependents which are also pure cmake. An example of this is fastrtps and fastcdr, both of which are third-party cmake packages which do not register environment hooks. This bug was previously masked for fastrtps and fastcdr but a mis-applied dependency on ament_cmake rather than cmake in fastrtps.
- Rename hook shell script. Since we'll be modifying this to include an additional library path the name needs an update.
- Contributors: Steven! Ragnarök
0.5.0 (2018-06-13)
- Merge pull request #5 from
File truncated at 100 lines see the full file
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.