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

Revision history [back]

click to hide/show revision 1
initial version

I was able to successfully build from source on my system by using rosinstall_generator to install ros_core only according to this answer. In order to successfully build I also had to limit the numer of cores used during the build by setting export MAKEFLAGS="-j 4" as recommended here