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

Allow user to provide post-build custom script #271

Closed emersonknapp closed 3 years ago

emersonknapp commented 3 years ago

Description

Like --custom-setup-script, provide option --custom-postbuild-script so that user can do something with the build after it's been completed. For example, run colcon bundle to create an application bundle of the cross-compiled application.

Related Issues

N/A

Completion Criteria