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

There's .iso image that bundles Ubuntu and ROS https://github.com/tork-a/live-cd

If you take a look at the generator script, ros-%DISTRO%-desktop-full is already installed, as well as specific packages starting from this line.

Also, if you are already running Ubuntu and only want to install ROS without internet connection, you can create a thumbdrive using the .iso image from there and use it as the local DEB repository.

See readme for the usage. And pull request is welcomed.