pirobot / ros-by-example

Automatically exported from code.google.com/p/ros-by-example
60 stars 64 forks source link

can not install the ROS-BY-EXAMPLE CODE #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. following the 5.1 Installing the Prerequisites

2.copy and paste the commands in the terminal:

sudo apt-get install \
ros-electric-turtlebot* \
ros-electric-control \
ros-electric-openni-kinect \
ros-electric-laser-drivers \
ros-electric-audio-common \
ros-electric-sound-drivers \
ros-electric-joystick-drivers \
ros-electric-orocos-kinematics-dynamics \
ros-electric-dynamixel-motor \
gstreamer0.10-pocketsphinx \
python-setuptools \
libopencv2*

3.
just got the the feedback saying:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libopencv-dev' for regex 'libopencv2*'
Note, selecting 'libopencv-doc' for regex 'libopencv2*'
Note, selecting 'libopencv2.3' for regex 'libopencv2*'
Note, selecting 'libopencv2.3-bin' for regex 'libopencv2*'
Note, selecting 'libopencv2.3-dev' for regex 'libopencv2*'
E: Unable to locate package ros-electric-turtlebot*
E: Couldn't find any package by regex 'ros-electric-turtlebot*'
E: Unable to locate package ros-electric-dynamixel-motor

What is the expected output? What do you see instead?
the expected output should be install all the packages

What version of the product are you using? On what operating system?
im using Ubuntu 11.10 and ROS electric(as recommend by the author)

Please provide any additional information below.
N/A

Original issue reported on code.google.com by itao...@gmail.com on 19 Sep 2012 at 7:55

GoogleCodeExporter commented 9 years ago
Looks like the ROS Electric repository is not being picked up by apt-get.  Can 
you please run the following three commands and then try again:

$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu oneiric main" > 
/etc/apt/sources.list.d/ros-latest.list'

$ wget http://packages.ros.org/ros.key -O - | sudo apt-key add -

$ sudo apt-get update

Original comment by PiRobotProductions@gmail.com on 24 Sep 2012 at 2:48

GoogleCodeExporter commented 9 years ago
Issue closed due to inactivity.

Original comment by PiRobotProductions@gmail.com on 15 Oct 2012 at 1:36