ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

trogvar's profile - activity

2019-05-14 08:05:15 -0500 received badge  Famous Question (source)
2019-05-14 08:05:15 -0500 received badge  Notable Question (source)
2019-05-14 08:05:15 -0500 received badge  Popular Question (source)
2015-06-05 07:01:10 -0500 asked a question problem with libimage_transport.so

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.