Code Monkey home page Code Monkey logo

Comments (5)

mjm522 avatar mjm522 commented on July 27, 2024 1

yeah Checked it, my architecture is 64bit!

I was able to install the pinocchio with the following modification to the environment variables apart to the one mentioned by jcarpent in above comment. I have made git clone in the home folder and installed it in local.

export PYTHONPATH=/usr/local/lib/python2.7/site-packages/:$PYTHONPATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Hope it helps somebody.

from pinocchio.

jcarpent avatar jcarpent commented on July 27, 2024

Did you install eigenpy (https://github.com/stack-of-tasks/eigenpy), the Eigen-Numpy binding which is at the root of the python binding of Pinocchio.

For further installation information, you can also visit the following page: https://github.com/stack-of-tasks/pinocchio/wiki/Installation

from pinocchio.

mjm522 avatar mjm522 commented on July 27, 2024

thanks for the reply. When I follow those instructions, i get following error.
W: Failed to fetch http://robotpkg.openrobots.org/packages/debian/dists/trusty/Release Unable to find expected entry 'robotpkg/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)

but what I don't understand is my PC is 64bit so, why should it expect i386 package? - I didn't get that error

from pinocchio.

jcarpent avatar jcarpent commented on July 27, 2024

Indeed, it looks weird. Can you check with uname -a in your terminal to check your architecture.

Anyway, you can still install the python bindings, by first installing eigenpy from source and then, updating your PKG_CONFIG_PATH to point to your-install-path/lib/pkgconfig . And then retry the installation of Pinocchio (in fact, it will find the eigenpy dependency with pkg-config and then compile the python lib).

from pinocchio.

jcarpent avatar jcarpent commented on July 27, 2024

Thanks for this reply and your useful feedback. I'll close the issue now.

from pinocchio.

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.