ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Are you trying to install groovy? If yes, try the following:
clone the packages you want to install into the src folder. Try to build and install it and fix occurring errors. If catkin_make install worked on all the packages in the src folder, simply move all folders from the src folder to the base folder by typing
mkdir donotbuild
mv src/* donotbuild
now you can download the next package and try to build those.