Giter Club home page Giter Club logo

Comments (4)

mkudruss avatar mkudruss commented on June 7, 2024 1

Hi there,
I hope you understand that we cannot help you solving the problems related to your master thesis.
However, we can maybe give you some directions. Have you looked at the documentation for said algorithms (InverseDynamics/NonlinearEffects) here?
RNEA solves the following problem given q, qdot, qddot it computes generalized joint forces, i.e.,
RNEA(q, qdot, qddot) = M(q)qddot + n(q, qdot) = tau
For example, NonlinearEffects (tailored RNEA for qddot = 0), computes the term n(q, qdot). It accounts for the Coriolis and centrifugal forces, gravity, and any other forces acting on the system other than those in tau. If you now play around with a simple example you should be able to find out how to compute the gravity term g(q) using NonlinearEffects.
Maybe @martinfelis or @mjhmilla can also comment on it.
Best
Manuel

from rbdl.

r1f1 avatar r1f1 commented on June 7, 2024

Ok, I already understood how the algorithm works. If I only give position values ​​the value of tau is equal to the gravitational component, don't?
And I should clarify that I think I expressed myself wrong, this is for a task of a subject of the master, not for the thesis 😅

from rbdl.

mjhmilla avatar mjhmilla commented on June 7, 2024

I think you're still missing something:

N(q,qdot): contains gravity, centrifugal, and Coriolis forces
tau: contains only the generalized forces that you are applying to the model, most commonly from from motors/muscles.

If you read Featherstone's text, or some of his papers, the grouping of all of the 'bias' terms into N(q,qdot) should be clear. Not every formulation of the equations of motion groups the bias forces together in this way which I expect is causing your confusion.

from rbdl.

mkudruss avatar mkudruss commented on June 7, 2024

I think that the question is answered.
Thanks for everyone's feedback.
Good luck with your masters.

from rbdl.

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.