Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to find dependencies for libconsole-bridge-dev #31
Comments
This comment has been minimized.
This comment has been minimized.
It seems that "libconsole-bridge-dev" is not a ROS Package. Thus it would not be on the ignoredPackages = ["genmsg_cpp", "rospack", "rosconsole", "rosbagmigration",
"roscpp", "rospy", "roslisp", "roslib", "boost", "libconsole-bridge-dev"] |
This comment has been minimized.
This comment has been minimized.
Hrmph, is it worth trying to find a good way of differentiating these kinds of dependencies? This mechanism works, but doesn't scale very well. On the other hand, it doesn't seem to cause too much trouble, so maybe a hand-maintained list like this is most expedient. We could add some kind of whitelist that could be pulled out of a file (eg, |
kkspeed commentedMar 18, 2015
Hi,
I'm trying to use tf with my current project. I added to the manifest.xml, then I run roshask dep. I receive the following message:
It seems that roshask cannot find the package "libconsole-bridge-dev", but this package clearly is installed.
I wonder if I'm doing something wrong or is there any workaround to this?