What: builds the kobuki c++ libraries from source using colcon, no other ros2 dependencies involved
How:
- Apt-gets build essential tools (git, cmake, gcc)
- Configures a virtual environment that allows fetching of the fundamental pypi colcon dependencies
- Adds ament and kobuki source repositories (pinned on foxy versions) to the colcon workspace
- Compiles natively, then cleans and cross-compiles
Why: continuous verification that the source build instructions work
When: triggers weekly (ideally it would be as kobuki source repos change, but this is sufficient)
Resources
FYI @scpeters
What: builds the kobuki c++ libraries from source using colcon, no other ros2 dependencies involved
How:
Why: continuous verification that the source build instructions work
When: triggers weekly (ideally it would be as kobuki source repos change, but this is sufficient)
Resources
FYI @scpeters