-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error on compilation #93
Comments
should be addressed by pull request #95 |
fix gazebo includes in gazebo_ros_power_monitor.h. fixes #93
Unfortunately, now I'm getting this:
|
I'm not seeing this with the latest version of pr2_simulator ( 636ce3f ) and cv_bridge 1.10.15 on Hydro and Ubuntu Precise (12.04). Is this still a problem on your machine? |
I'm on 636ce3f and it's still problem. Hydro, Ubuntu Raring (13.04), cv_bridge 1.10.15. I will try on different machine. |
I can't reproduce this on my Raring machine either. Is it possible that there's another package in your catkin workspace that's causing problems for this? |
Thanks for hint. I tried to remove build and devel directories and also put CATKIN_IGNORE in all other packages but it still ends with the same error. On different machine it's compiling ok (but dies during launching). |
This definitely sounds like a problem with that particular machine. Can you open a separate ticket to track the issues you're seeing on launch? |
Ubuntu 12.10, ROS Hydro, pr2_simulator branch: hydro-devel |
@ahendrix Yes, it seems to be a problem with particular machine - on my ntb it works great. But on the PC I'm not able to figure out what is wrong. |
@ZdenekM I've seen an issue similar to what you're seeing when I had an upstream package that was exporting libraries poorly. I ended up taking a look at the list of libraries inside of the generated cmake file (in your case /opt/ros/hydro/share/cv_bridge/cmake/cv_bridgeConfig.cmake ) and then spent some time trying to figure out where each of those libraries were coming from and why. @beranv that sounds like a completely different issue; can you open a new ticket for it? |
Ubuntu 12.10, ROS Hydro, pr2_simulator branch: hydro-devel
The text was updated successfully, but these errors were encountered: