-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies problem --- any support? #61
Comments
Update: fixed mongodb problem with $ sudo apt-get install ros-groovy-warehousewg common_msgs question still stands! |
Thanks for the interest! I am however seeing the same problem... It's interesting - after doing Anyways, at some point I also get stuck with common_msgs. When trying to rosbuild pr2_interactive_object_detection, I get the following:
It is fairly strange, as I do have common-msgs installed. If I put an explicit dependency on it manifest.xml, I get the good old:
What am I missing? Haven't done rosbuild in a while, maybe it's something obvious :) @wjwwood, @dirk-thomas - any thoughts? |
Did you source the Have you done |
Thanks so much for the reply! (I also asked this a few minutes before you posted on ROS answers, so we'll see if there are any takers...) I'm not sure if it's comforting or not that you have the same problem :-) @wjwwood regrettably my answer is yes to all questions; |
@wjwwood - thanks for pitching in! My answer is also yes to all your questions... |
Oh, |
Oh - it does not explicitly depend on it (I just tried adding that to see if it fixes the problem). In fact, the only mention of
|
I dunno the problem seems to be during compile time which is weird, I think we need the value of
What ever |
I checkout this repo (1ab5d0f) and installed all dependencies ( The following
|
Thanks @wjwwood and @dirk-thomas for checking this out. @dirk-thomas did you also run into the common_msgs problem, and if so, were you able to overcome it merely via apt-get? I've had two others in my lab try this out as well; one person got as far as I did (common_msgs), while the other didn't have the problem but wound up with the compile errors that @dirk-thomas did. My thought now is to try to overlay a catkin workspace with a common_msgs groovy-devel build and get pr2_object_manipulation to use that, then tackle the compile errors, but no dice so far (too many versions of build tools, something's wrong). Any additional tips would be greatly appreciated! |
robot_self_filter_color is just a copy of robot_self_filter with xyz points changed to xyzrgb points, so whatever has changed about robot_self_filter that allows it to compile needs to be done to robot_self_filter_color also. (Check if robot_self_filter compiles first.) |
I did not run into any problem with common_msgs. I had everything installed from Debian packages and only this repo checked out. |
Is it maybe a problem of what else is installed on the machine? I have hydro installed as well (although I do start with a clean bash environment every time with). @mbforbes : maybe the folks who managed to compile do not have hydro at all? The robot_self_filter problem I think is caused by having MoveIt! installed instead of / along with the old arm_navigation. |
Ah, thank you @mateiciocarlie, after a bit of checking the hydro installation seems likely to be the problem. I also have MoveIt!, so I'd likely get that error as well. I appreciate the help. I'll try these out when I get to a fresh machine. |
(I'm Max's labmate). I'm having the same compiler errors as Dirk. If I just try to compile the package I want to modify (pr2_marker_control), there's actually a different error, which is that pr2_marker_control uses the arm_navigation stack, which tries to use shapes::StaticShape, which appears to be in fuerte but not groovy. Not a big deal, just trying things out :) |
Hi @dirk-thomas, have you already compiled this stack successfully? If you still got the [error: no matching function for call to ‘bodies::Body::containsPoint(const tf::Vector3&)’], you can try to run "sudo apt-get remove ros-groovy-geometric-shapes", it will fix this problem. I have tried this : ) Hope that can help. |
Hi @mbforbes, @mateiciocarlie and @KaijenHsiao, I would like to help you catkin-ize and hydro-ize this stack. I have already successfully built (rosmake) it today (Ubuntu 12.04, ROS Groovy, and git-cloned it this morning). But I don't what to do next if I want to hydro-ize it, so if you can give me some guidance, I will try my best. Thank you :) |
I only tried the build mentioned above and are not looking into this any further since it boiled down to simple compiler errors and not any dependency related problems. |
Hello,
First of all, thanks for writing this great library!
I'm hoping to
But the first step is just to get it to build (with rosbuild and groovy), and I'm seeing:
mongodb for ROS doesn't seem to be available anywhere (can't find with apt-get and the repository that the wiki points to is unreachable.
As far as common_msgs go, apt-get says it's already there:
I know that this hasn't been worked on in almost a year, but is anyone willing to answer quick questions or update a readme? I'll give a pull request if/when I get a catkin and then hydro branch working.
The text was updated successfully, but these errors were encountered: