ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Add Customizations Tuple #221

Closed darvg closed 4 years ago

darvg commented 4 years ago

In an upcoming PR, we will move the current ros_cross_compile pipeline to an "abstractified" system that takes advantage of Abstract Base Classes (ABCs). In preparation for that, we add a new customizations tuple, which will streamline this new system.