"Provisioning" scripts for ros2 source builds?
I am looking for some script form of the installation process required for building ros2.
What is the source for knowing what to update on the installation pages?
I have found a Docker script for building master here: https://github.com/osrf/docker_images/blob/master/ros2/source/source/Dockerfile, but it does not have any release tags.
I was hoping to find some ground truth for what the environment was when the binaries for various releases were built. I figure they have to exist somewhere and are not performed manually.
This would allow me to not have to ask so many questions involving building various releases of ros, and setting up computers and environments.
Asked by calvertdw on 2018-07-19 14:42:07 UTC
Comments
I don't think there is an official script to setup ROS2. But if there is one, it is basically a copy/paste of the command given in the wiki you gave (https://github.com/ros2/ros2/wiki/Installation)
Asked by pokitoz on 2018-07-20 05:03:48 UTC