Skip to content
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

RTT PluginLoader fails to load rtt_ros_transport plugin #2

Open
dmronga opened this issue Jun 4, 2019 · 0 comments
Open

RTT PluginLoader fails to load rtt_ros_transport plugin #2

dmronga opened this issue Jun 4, 2019 · 0 comments

Comments

@dmronga
Copy link

dmronga commented Jun 4, 2019

Hi,

I get the following error when using the rock-ros-bridge in combination with orocos_cpp:

4.015 [ ERROR ][OrbRunner] Not a plugin: /home/dennis/rock/install/lib/orocos/gnulinux/types/librtt-transport-ros-gnulinux.so: undefined symbol: loadRTTPlugin

The message comes from here. It seems that when the RTT plugin loader calls loadPlugins() or loadTypekits() (which is done by orocos_cpp, see here), it scans certain directories for plugins and throws an exception when a plugin cannot be loaded. In this case it misses the implementation of 'loadRTTPlugin' for librtt-transport-ros-gnulinux.so which is installed in install/lib/orocos/gnulinux/types in my case.

I am on rock master, ubuntu16.04 and use this fork of rtt_ros_transport.

Is this a problem of orocos_cpp or the implementation of rtt_ros_transport?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant