-
Notifications
You must be signed in to change notification settings - Fork 34
Issue after running roslaunch #16
Comments
Try upgrading to flycapture sdk 2.10, or whichever latest one from their website. |
I don't think that would be the issue. The 2.9 running fine with |
Which one is giving you empty messages? |
@versatran01 Complete error output
|
I'm still suspecting this is an issue with the flycapture sdk. |
Chao, I'll give a shot to reinstall the Flycap SDK. Also the available SDK is 2.9 for 14.04. Are you still considering use 2.10 instead ? |
|
Can you paste the backtrace from gdb after typing |
Why is it in /opt/ros/indigo/lib/libflycapture.so.2? Is it still using some lib that comes with ros? |
@versatran01 The ROS |
So this could be a problem then? |
@kartikmohta yes you're correct the |
So flea3 is linking to that lib that comes with ros. Maybe try force it to link to the one you installed. |
@versatran01 Chao, where do you link that ? Is it in your |
the FindFlycapture2.cmake is supposed to find the one in flea3/flycapture/lib. Just for testing, you can link directly to the one in flea3 and see if still gives an error. |
Hello, I have got the same issue than andrewraharjo using FlyCap 2.9.3.43 Running Ubuntu 14.04 ROS Indigo and the camera GS3 U3 60QS6C, however I only have one installation of flycap in my computer with the lib saved in usr/lib (no supplementary installation of flycap with ros). FindFlycapture2.cmake looks for the library in usr/lib, yet I got the exit code -11. Did direct link to the lib in flea3 solve the problem ? Do you have any other idea on this issue ? |
Got an issue after successfully compiling
camera_base
andflea3
catkin_ws. FlyCap 2.9.3.43 Running Ubuntu 14.04 ROS Indigo. Any idea with what's going on ?The text was updated successfully, but these errors were encountered: