ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It sounds like you're having trouble adding the key for the ROS repositories. You may want to try downloading and adding the key in separate steps:
wget http://packages.ros.org/ros.key
sudo apt-key add ros.key
Then you should be able to install ROS by running:
sudo apt-get update
sudo apt-get install ros-hydro-ros-base