This package follows build jobs conventions of ros2 control to keep ahead of future breaking changes.
A RED job might not mean that this package is currently broken but that an dependency is currently broken in a future version or that this package might need to be updated in the future.
To avoid overloading users viewing the main README page a full list of build statues can be kept here for package maintainers
ROS2 Distro | Humble | Iron | Rolling |
---|---|---|---|
Branch | main |
main |
main |
Build Status | |
🚧 | |
NOTE: There are three build stages checking current and future compatibility of the package.
-
Binary builds - against released packages (main and testing) in ROS distributions. Shows that direct local build is possible.
Uses repos file:
src/$NAME$/$NAME$-not-released.<ros-distro>.repos
-
Semi-binary builds - against released core ROS packages (main and testing), but the immediate dependencies are pulled from source. Shows that local build with dependencies is possible and if fails there we can expect that after the next package sync we will not be able to build.
Uses repos file:
src/$NAME$/$NAME$.repos
-
Source build - also core ROS packages are build from source. It shows potential issues in the mid future.