https://github.com/colcon/colcon-ros-bundle
A colcon extension to create portable application bundles of ROS applications
https://github.com/colcon/colcon-ros-bundle
Last synced: 10 months ago
JSON representation
A colcon extension to create portable application bundles of ROS applications
- Host: GitHub
- URL: https://github.com/colcon/colcon-ros-bundle
- Owner: colcon
- License: apache-2.0
- Created: 2018-10-08T16:17:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T17:16:38.000Z (over 2 years ago)
- Last Synced: 2025-06-06T04:05:45.039Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 6
- Watchers: 12
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colcon-ros-bundle [![GitHub Action Status][action-badge]][action-workflow]
This package is a plugin to [colcon-core](https://github.com/colcon/colcon-core.git),
that contains extensions for [colcon-bundle](https://github.com/colcon/colcon-bundle).
**NOTE:** `colcon-ros-bundle` only supports Ubuntu Xenial and Ubuntu Bionic operating systems and x86, ARMHF, and ARM64 architectures. All other operating systems and architectures are currently not supported. This code is in active development and **should not** be considered stable.
With this package you can use `colcon bundle` to create bundles of ROS applications. A
bundle is a portable environment that allows for execution of the
bundled application on a Linux host that does not have the application
or its dependencies installed in the root filesystem.
[action-badge]: https://github.com/colcon/colcon-ros-bundle/workflows/Test%20colcon-ros-bundle/badge.svg
[action-workflow]: https://github.com/colcon/colcon-ros-bundle/actions