Git Product home page Git Product logo

Comments (4)

mklvcm avatar mklvcm commented on June 24, 2024 1

That is massively appreciated! I'll tell all my friends that Andrea is the man! Let me give it a try now .. :)

from tsid.

andreadelprete avatar andreadelprete commented on June 24, 2024

Probably that method was deprecated and now it has been removed from pinocchio. Maybe you can try replacing it with:

q = se3.getNeutralConfiguration(robot.model(), srdf, False)

or

se3.loadReferenceConfigurations(robot.model(), srdf, False)
q = robot.model().referenceConfigurations["name_of_the_configuration"]

where you should replace name_of_the_configuration with the actual name of the configuration you want to use (which should be written in the srdf file).

from tsid.

mklvcm avatar mklvcm commented on June 24, 2024

Thank you Andrea.

Yes, the method seems deprecated. The method you suggested does not seem to be there neither.

I also tried to build pinocchio v2.10 from March last year. That version has the function. But when I run it it crashes with core dump :(

I'd like to give this library a try but I'm kind of stuck. Do you know of any versions that are proved working? Do you by any chance have a VM with all stuff installed? Or something?..

Thanks,
Misha.

from tsid.

andreadelprete avatar andreadelprete commented on June 24, 2024

Hi Misha,

I' ve just pushed in the devel branch a fix to your problem. I've also converted all python files to python 3 (pinocchio has already switched, so it was about time TSID did it too). For playing with the library I suggest you to use the scripts in the folder exercises (rather than the ones in tests).

from tsid.

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.