Giter Site home page Giter Site logo

Comments (9)

costashatz avatar costashatz commented on September 23, 2024

Any suggestions how to resolve this?

You need OpenSceneGraph for DART gui for our applications: install libopenscenegraph-dev..

from ite_v2.

Hi-Ryan avatar Hi-Ryan commented on September 23, 2024

In fact, I have installed all dependencies through the DART website. http://dartsim.github.io/install_dart_on_ubuntu.html#install-optional-dependencies

from ite_v2.

costashatz avatar costashatz commented on September 23, 2024

Could you give me the output of ls /usr/local/include/dart/, ls /usr/local/include/dart/gui/ and ls /usr/local/include/dart/gui/osg/ (change /usr/local/include/ to wherever you have installed DART)?

from ite_v2.

Hi-Ryan avatar Hi-Ryan commented on September 23, 2024

dong@dong-ITE:$ ls /usr/local/include/dart/
collision config.hpp dart.hpp external lcpsolver optimizer simulation
common constraint dynamics integration math planning utils
dong@dong-ITE:
$ ls /usr/local/include/dart/gui/
ls: cannot access /usr/local/include/dart/gui/: No such file or directory
dong@dong-ITE:$ ls /usr/local/include/dart/gui/osg/
ls: cannot access /usr/local/include/dart/gui/osg/: No such file or directory
dong@dong-ITE:
$ sudo apt-get install libopenscenegraph-dev
[sudo] password for dong:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libopenscenegraph-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 379 not upgraded.

from ite_v2.

costashatz avatar costashatz commented on September 23, 2024

Can you please uninstall DART (cd to /dart_src/build and sudo make uninstall)? Remove the build folder (rm -rf build from the dart source directory) and re-install DART?

cd dart
git checkout release-6.4

mkdir build
cd build
cmake -DDART_ENABLE_SIMD=ON ..
make -j4
sudo make install

Then try again to ls the gui folders.. If they are still not there, please make a cmake -DDART_ENABLE_SIMD=ON -DDART_VERBOSE=ON .. and give me the output. If they are there, retry our code..

from ite_v2.

Hi-Ryan avatar Hi-Ryan commented on September 23, 2024

Thanks for your help. It works now.

from ite_v2.

costashatz avatar costashatz commented on September 23, 2024

Great! Let us know if you have any other issue..

from ite_v2.

henryclever avatar henryclever commented on September 23, 2024

I also have this issue. However, I have tried the fix stated above and it does not solve it. Can you provide a tip?
Thanks!

from ite_v2.

costashatz avatar costashatz commented on September 23, 2024

I also have this issue. However, I have tried the fix stated above and it does not solve it. Can you provide a tip?
Thanks!

Can you give me the output of the following?

./waf clean
./waf configure

from ite_v2.

Related Issues (6)

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.