"Provisioning" scripts for ros2 source builds?

asked 2018-07-19 14:42:07 -0600

calvertdw gravatar image

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... , 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.

edit retag flag offensive close merge delete

Comments

1

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/Ins... )

pokitoz gravatar image pokitoz  ( 2018-07-20 05:03:48 -0600 )edit