ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

'geometry_msgs' depends on non-existent package 'message_runtime'

asked 2013-04-30 23:11:02 -0500

hi everybody,

I' m trying to install a packege but rosmake ends by this error:

[rospack] Error: package/stack 'geometry_msgs' depends on non-existent >package 'message_runtime' and rosdep claims that it is not a system >dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update'

ROS_PACKAGE_PATH is setted on the packege path i'm installing and rosupdate fails by a 404 file not found error. I did't find any documentation about message_runtime package. could someone help me?

thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-05-01 03:47:38 -0500

rohan gravatar image

Hi,

Are you installing ros-groovy? Try installing message-runtime.

sudo apt-get install ros-groovy-message-runtime should install the package.

edit flag offensive delete link more

Comments

thanks for you answer. I' m already on groovy and when I try sudo apt-get install ros-groovy-message-runtime the shell tell me: ros-groovy-message-runtime is already the newest version.

danielq gravatar image danielq  ( 2013-05-01 07:09:45 -0500 )edit

Try running rosdep update and restart the shell. I hope it solves the problem

rohan gravatar image rohan  ( 2013-05-01 08:26:25 -0500 )edit

rosdep update stops after the massage: Hit https://github.com/ros/rosdistro/raw/master/releases/fuerte.yaml ERROR: error loading sources list: HTTP Error 404: Not Found

danielq gravatar image danielq  ( 2013-05-01 08:59:05 -0500 )edit

https://github.com/ros/rosdep/issues/239 . Check this link out. I think so its similar to your problem. Try updating rosdistro

rohan gravatar image rohan  ( 2013-05-01 10:54:24 -0500 )edit

Question Tools

Stats

Asked: 2013-04-30 23:11:02 -0500

Seen: 1,177 times

Last updated: May 01 '13