ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Dockerfile for building ROS from source

asked 2016-07-27 18:50:11 -0500

spmaniato gravatar image

updated 2016-08-13 15:46:44 -0500

I'm trying to put together a Dockerfilethat builds ROS Indigo (just ros_comm for now) from source. I'm more or less following the wiki page instructions: Installing from source

I'm running into multiple issues (e.g. running rosdep update without sudo) Before I start bombarding you with those (and posting code snippets), I thought I'd ask if someone already knows of a Dockerfile that does that. Please keep in mind that the emphasis is on building from source.

Some things I've found so far:


Related questions of mine:

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-13 16:09:09 -0500

spmaniato gravatar image

updated 2016-08-15 20:59:08 -0500

I was finally able to put this Dockerfile together: ubuntu-ros-source It builds and installs ROS Indigo (ros_comm) from source on top of an Ubuntu Trusty image. The bootstrap tools are installed via pip

Adding it as an answer for future reference. Any feedback is highly welcome.

PS. I also ended up writing these as well:

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-07-27 18:50:11 -0500

Seen: 940 times

Last updated: Aug 15 '16