Robotics StackExchange | Archived questions

error in installing package ros-kinetic-python-orocos

Plain dump of the error message:

 pi@kartik-nighania:~/ros_catkin_ws $ rosdep install --from-paths src --ignore-src --rosdistro kinetic -y

executing command [sudo -H apt-get install -y ros-kinetic-python-orocos-kdl]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-python-orocos-kdl
ERROR: the following rosdeps failed to install
  apt: command [sudo -H apt-get install -y ros-kinetic-python-orocos-kdl] failed

Asked by kartik on 2016-12-19 23:50:21 UTC

Comments

This seems like a duplicate of your previous question. What OS are you running on? From your user name I would guess you are running this on a Raspberry Pi?

Asked by rbbg on 2016-12-20 02:18:57 UTC

thanks for reply jessi pi3

Asked by kartik on 2016-12-20 02:38:17 UTC

did you sudo apt-get update? The package should be available on your Debian Jessie.

Asked by rbbg on 2016-12-20 06:13:44 UTC

Answers