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

Getting error message for rospack depends geometry_msgs

asked 2011-09-29 05:30:39 -0500

Mimax gravatar image

Hi,

i haven't been using ros for a while. Today i tried to compile some ros nodes i create last month.

However i was getting an error message... I figured out that it has to do something with my geometry_msgs package.

As i tried to look at the dependencies with

rospack depends geometry_msgs

i got the same error message i got for the make command:

[rospack] woah! expanding the dependency tree made it blow up.
There must be a circular dependency somewhere.
[rospack] circular dependency

i'm using diamondback-desktop-full. I update/reinstalled it. However this didn't make anything better.

Any ideas what i'm messing up?

cheers mimax

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-09-29 07:46:16 -0500

DimitriProsser gravatar image

Do you have two packages that depend on one another anywhere in your ROS_PACKAGE_PATH? If you have any two packages that depend on one another, you could cause this circular dependency. In case you're curious, the output of rospack depends geometry_msgs on your system should look like this:

rosbuild
roslang
cpp_common
roscpp_traits
rostime
roscpp_serialization
rospack
roslib
xmlrpcpp
rosconsole
std_msgs
rosgraph_msgs
roscpp
rospy
rosclean
rosgraph
rosparam
rosmaster
rosout
roslaunch
rosunit
rostest
topic_tools
rosbag
rosbagmigration
edit flag offensive delete link more

Comments

mmmh.. thanks for you answer. One package in my own rospackages folder was causing problem... still don't know what exactly the problem was, since i coudl not see any circual dependencies. anyway it's working ;)
Mimax gravatar image Mimax  ( 2011-09-29 21:07:11 -0500 )edit

Question Tools

Stats

Asked: 2011-09-29 05:30:39 -0500

Seen: 858 times

Last updated: Sep 29 '11