What is the main code in the LIPM package? #7
Saeed-Mansouri
started this conversation in
Code
Replies: 1 comment
-
The role of an mc_rtc controller is to initialize and update tasks. These tasks are in turn used to formulate and solve an IK/ID quadratic program using the Tasks library, but this is done automatically so you needn't worry about it. As in all mc_rtc controllers, there are two main functions:
Any piece of code executed in this package can be traced back to one of these two functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Dr. Caron,
I am working with Mohamad Mahdavian and Ahmadreza Shahrokhshahi. I have studied Pymanoid package and the most recent paper of yours "Stair Climbing Stabilization of the HRP-4 Humanoid Robot using Whole-body Admittance Control". I found that some major modifications have been done in the Walking Pattern Generation and Inverse Kinematic parts of the LIPM package. In Pymanoid package, "horizontal-walking.py" is the main code for horizontal walking. However, my question is "what is the main code in the LIPM package?"
Beta Was this translation helpful? Give feedback.
All reactions