This repository was archived by the owner on Jun 19, 2025. It is now read-only.
CoM task in mc_rtc #42
Saeed-Mansouri
started this conversation in
Stabilizer
Replies: 1 comment
-
This question is related to mc_rtc. Continuing the discussion in the mc_rtc issue tracker. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Dr. Caron,
I added a new
PositionTask
to control pelvis position in the z-direction to have more natural walking. Also, I changeddimweight
of CoMTask to{0.5, 1., 0.}
and{0., 0., 1.}
was set for the newPositionTask
. However, I found that the third array of "com" element in the CoMTask of gui didn't change at all. I tried to find that what value returned for "com" element.As you can see below, it seems that
this->eval()
returns a cross-product of the com error anddimweight
. However, I couldn't understand the physical interpretation of this process. I will appreciate it if you could explain it.Beta Was this translation helpful? Give feedback.
All reactions