From c98d7ee9984c3dc2dd1a57c84e88ea50947585aa Mon Sep 17 00:00:00 2001 From: ryo Date: Tue, 21 Apr 2015 15:33:51 +0900 Subject: [PATCH] insert installation of ros-base before intalling roseus. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a388a79..c91aaff 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ rosrun euslisp irteusgl sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros-latest.list' wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add - sudo apt-get update +sudo apt-get install ros-indigo-ros-base sudo apt-get install ros-indigo-roseus # you may have to reboot echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc