Giter Site home page Giter Site logo

Comments (1)

meyerj avatar meyerj commented on August 15, 2024

Hmm, sounds strange. The symbol _ZNK3RTT4base18ChannelElementBase15isRemoteElementEv is defined in the core liborocos-rtt-gnulinux.so and should be already defined at the time the ComponentLoader loads the plugin. I do not see a relationship to OpenGL here, but I am not familiar with the Direct Rendering Manager.

Is the content of both containers really the same or could it be that due to some mount options you mixed different ABI-incompatible versions of RTT and the kdl_typekit plugin library? The symbol RTT::base::ChannelElementBase::isRemoteElement is present in master and toolchain-2.9 of RTT, but not in toolchain-2.8. So if you compiled RTT from source with one of the newer branches, you also have to compile all dependent typekit and component libraries from source against the same version. For the case you have a ROS installation on your system with ros-indigo-rtt installed (which is based on toolchain-2.8) and compile dependent packages from source, even against a newer version of RTT installed at some other location, you should uninstall ros-indigo-rtt or you cannot be sure that they pick up the older headers installed in /opt/ros/indigo/include alongside some other ROS dependencies.

We also used OpenGL in Docker containers in the past without any issues and without mounting /dev/dri (by providing the correct version of libGL.so only), but that was with the nvidia proprietary drivers and things might be different depending on the driver in use.

from rtt_geometry.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.