Current Joint Configuration #2491
Replies: 3 comments
-
Hello, thanks for your interest in Pinocchio! You can do |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for the fast reply. I tried to implement it, but I got stuck again. To access the joint data, should I use any of these two accessor-functions from the
|
Beta Was this translation helpful? Give feedback.
-
I came up with this implementation:
However, at times leads to memory errors such as:
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to update only specific joints of a robot model, i.e., I have a vector with
names
and a corresponding vector withvalues
.Is there an easy way to do this?
I though of initializing a joint-vector with the current joint-position. How would I access this joint-position?
Thanks a lot for the help (and the great work on pinocchio).
Beta Was this translation helpful? Give feedback.
All reactions