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 relative paths for the workspace argument #216

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

Allow relative paths for the workspace argument (via resolve), and check early if it looks usable, to prevent waiting until later in the process to raise an issue.

Fixes #214

Signed-off-by: Emerson Knapp eknapp@amazon.com