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 custom data directory to use in creating the sysroot #103

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Target use case - a user wants to provide custom rosdep and pip rules from a local directory, in order to install nonstandard packages for their build.

To support this long term, let the user provide an arbitrary directory that their custom logic script can then use.

Requirements