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 docker argument to specify the ros2 version #9

Closed lmayencourt closed 5 years ago

lmayencourt commented 5 years ago

Use an argument to select which version of ROS2 to fetch. This can be specified with the --build-arg argument on the docker build command: docker build --build-arg ROS2_VERSION=release-crystal ...