Coder Social home page Coder Social logo

Comments (8)

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Can you check where the library is installed, i.e.:

$ find /usr/ -name libignition-rendering1.so
/usr/lib/x86_64-linux-gnu/libignition-rendering1.so

And check if the directory is in your LD_LIBRARY_PATH:

$ env | grep LD_LI
LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/x86_64-linux-gnu:

If it's not there, you'll need to set it. I always add this to my ~/.bashrc:

export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH}

from gz-gui.

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Pei JIA (Bitbucket: jiapei100).


Thank you for your response Louise... It's clearly there,

~ apt show ign-rendering
Package: ign-rendering
Version: 1.0.0-6
Status: install ok installed
Priority: extra
Section: checkinstall
Maintainer: root@jiapei-GT72-6QE
Installed-Size: 4,588 kB
Provides: build
Download-Size: unknown
APT-Manual-Installed: yes
APT-Sources: /var/lib/dpkg/status
Description: Package created with checkinstall 1.6.2~ ll /usr/local/lib/libignition-rendering*
lrwxrwxrwx 1 root root   33 Jan 31 05:27 /usr/local/lib/libignition-rendering1-ogre2.so -> libignition-rendering1-ogre2.so.1
lrwxrwxrwx 1 root root   42 Jan 31 05:27 /usr/local/lib/libignition-rendering1-ogre2.so.1 -> libignition-rendering1-ogre2.so.1.0.0~pre6
-rw-r--r-- 1 root root 1.7M Jan 31 05:26 /usr/local/lib/libignition-rendering1-ogre2.so.1.0.0~pre6
lrwxrwxrwx 1 root root   27 Jan 31 05:27 /usr/local/lib/libignition-rendering1.so -> libignition-rendering1.so.1
lrwxrwxrwx 1 root root   36 Jan 31 05:27 /usr/local/lib/libignition-rendering1.so.1 -> libignition-rendering1.so.1.0.0~pre6
-rw-r--r-- 1 root root 359K Jan 31 05:25 /usr/local/lib/libignition-rendering1.so.1.0.0~pre6

Thank you for your reply though.

I believe it's NOT an environment setting issue, but a component activation issue. I mean:
It seems to me some of the components are ALREADY activated in Ogre2.x (which is built with ign-rendering), but the others are NOT compatible with Ogre2.x but ONLY Ogre1.x yet (these other components seem to be required by ign-gui).

Cheers

from gz-gui.

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Oh gotcha! Could you try removing COMPONENTS ogre from here?

from gz-gui.

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Pei JIA (Bitbucket: jiapei100).


Great... it seems I can successfully build it against Ogre2 by changing ogre to ogre2.
Thanks man !!!!

from gz-gui.

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


.. woman 😉 Glad it helped. Feel free to open a PR with the change against the gz11 branch.

from gz-gui.

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Pei JIA (Bitbucket: jiapei100).


Wow... My great pleasure... Can't imagine a woman is doing robotics?
Hmm... More familiar with github instead of bitbucket hg, how to do a pull request?
And, how can I follow you like in github?

Cheers

from gz-gui.

osrf-migration avatar osrf-migration commented on June 9, 2024

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Gazebo's contribution tutorial should have all the Bitbucket and mercurial instructions you'll need.

Bitbucket is less of social network, so I don't think there's following.

from gz-gui.

chapulina avatar chapulina commented on June 9, 2024

The gz11 branch is very outdated. I'll close this, please open a new issue if a similar issue comes up.

from gz-gui.

Related Issues (20)

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.