You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: