Colcon Parallel Executor

0.4.0 · active · verified Fri Apr 17

colcon-parallel-executor is an extension for the colcon build tool, primarily used within the ROS ecosystem, to enable efficient parallel processing of packages during build, test, and install operations. It aims to maximize throughput by building independent packages concurrently. The current version is 0.4.0. Releases are typically tied to updates in the colcon ecosystem or bug fixes.

Common errors

Warnings

Install

Quickstart

To use the parallel executor, simply pass `--executor parallel` to your colcon command. This will instruct colcon to use this extension to build packages in parallel where possible based on their dependencies. Ensure `colcon-parallel-executor` is installed in the same environment as `colcon`.

colcon build --executor parallel

view raw JSON →