No definition of for OS

asked 2014-11-06 13:55:43 -0500

dshimano gravatar image

Hi. I'm trying to install ROS Hydro on a PI. I think the error I'm getting is a ROS related question. I am getting the following error

    pi@raspberrypi ~/ros_catkin_ws $ rosdep install  --from-paths src --ignore-src --rosdistro hydro -y --os=debian:wheezy
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
message_runtime: No definition of [roscpp_serialization] for OS [debian]
rosbag: No definition of [roscpp_serialization] for OS [debian]
roscpp: No definition of [roscpp_serialization] for OS [debian]
rosbag_storage: No definition of [roscpp_serialization] for OS [debian]

The first line of the message says they could not have their rosdep keys resolved to system dependencies. Does that mean something went wrong when I got the key? I did run wget http://packages.ros.org/ros.key -O - | sudo apt-key add - assuming that is relevant to know. Any insight to my problem would be helpful.

edit retag flag offensive close merge delete

Comments

Have you taken as a reference the wiki's guide (here) or something else?

alextoind gravatar image alextoind  ( 2014-11-06 14:50:13 -0500 )edit