problem with libimage_transport.so

asked 2015-06-05 06:52:13 -0500

trogvar gravatar image

Hello. I an running a program which uses ROS cv_bridge to convert ROS image to OpenCV image. Basically, it is identical code from the cv_bridge tutorial. On PC with Ubuntu 12.04 x86_64 everything runs fine.
The problem is that running same code on Ubuntu 12.04 i386 gives me this error:

symbol lookup error: /opt/ros/hydro/lib/libimage_transport.so: undefined symbol: _ZN3ros7package10getPluginsERKSsS2_RSt6vectorISsSaISsEEb

And this problem is on 4 different PCs with 32bit ubuntu . I already tried to update system: apt-get update apt-get upgrade

And i tried to reinstall ROS and even download and compile from sources image_transport package. Still same error.

edit retag flag offensive close merge delete