-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage of the estimations done by the library #1142
Comments
Which kind of "estimations" you want to use iDynTree for? Which language do you want to use iDynTree in? C++ or Python? |
Hi, I want to extract from the library the estimated joint torques, CoM and external forces, using Python. The idea is that i could send this estimations through YARP ports to Gazebo, and I know this is possible, however, i do not know which ports i have to use, that's why I'm starting from the iDynTree level. |
Hello, I also wanted to ask what are the total estimations that the iDynTree library is capable of providing? I know it can provide joint torques and external forces, but I'm not sure if it can provide more. |
I am not sure which information are you interested in, but if I understood correctly, note that iDynTree has different classes that serve different purposes, the main ones are:
|
Hello, I’m currently doing an intership at the investigation center of my university and I’ve come across an issue related to the iDynTree library. The thing is that i don’t really understand how to extract information from this library, so I can use it in RL applications. So i wanted to ask you if anyone could guide me on how to begin to do this, if you know a basic tutorial on how to do it. I already found the Github where it explains some aspects of the iDynTree library, however, i still cannot comprehend how to take the estimations calculated by the library and use them.
Thanks in advance!
The text was updated successfully, but these errors were encountered: