A friendly wrapper for colcon
Project description
Spadix, a friendly wrapper for colcon
Copyright (C) 2021-2024 SafeAI
Copyright (C) 2025 Pronto.AI
Why?
Our company uses
colcon (from collective construction build manager)
as our main build management tool for many years.
While we like this package, it has its problem areas, in our opinion, especially when used by unexperienced engineers.
- Default build is not a merged one, and this disables Doxygen build
- It is allowed to run from any directory in the project tree, making the tree contaminated with build artifacts
- By default console output is switched off and switching it back on requires an additional parameter
- It requires few additional parameters to run
gtestalone
We decided to fix these deficiencies and created a wrapper spadix around colcon.
Catkin, ament, colcon, spadix... Got it?
How
spadix accepts all colcon commands and options plus it adds and modifies few commands on its own.
Usage:
spadix [Global options] [command] [command options] ...
[Global options]
--no-merge : Do not use --merge-install option for colcon
--no-console : Do not use the default console mode: `--event-handlers console_cohesion+`
--no-root-check : Do not check that spadix being started from the root of a git project
--ninja : Use Ninja for building when available
--non-ninja : Do not use Ninja for building, even if it is available
Commands:
clean :Clean all projects (essentially executes `rm -rf log install build`)
clean:<project1>[,<project2>...] :Clean selected, comma-separated projects. Spaces not supported
build :Build all projects using --merge-install settings
build:<project1>[,<project2>...] Build selected, comma-separated projects. Spaces not supported
Build options:
--release : RelWithDebInfo (debug build by default)
--no-fif : Disable Failure Injection Framework (FIF enabled by default)
test :Test all projects using --merge-install settings
test:<project1>[,<project2>...] :Test selected, comma separated projects
gtest:<project> [gtest parameters] :Run gtest only ('build/test_<project name>')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spadix_cli-0.7.6.tar.gz.
File metadata
- Download URL: spadix_cli-0.7.6.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a23b56f19185bd44ba179800a321d6d7f86b26139c38000fe9561918e86c2f7
|
|
| MD5 |
065cc84a92362639792d1b34947197cc
|
|
| BLAKE2b-256 |
d5dc9bf9ecbf9302129c454c2ece2532e88d5494bcbd80ea42bdc16b07932d30
|
File details
Details for the file spadix_cli-0.7.6-py3-none-any.whl.
File metadata
- Download URL: spadix_cli-0.7.6-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
328cb04ef438134b87c6528e7636b809bc461e42fb3133d269de747e7cf47c29
|
|
| MD5 |
c91a8e5592f15831cce438b49a9bae04
|
|
| BLAKE2b-256 |
146fed6c7b8567c55fccc80e218d391f2cbfadc8c0a07bcc9ecce87325802414
|