You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pinocchio parse site element of MJCF file unexpectedly. The parent joint of site frame parsed as its parent body's parent body's parent joint, instead of the parent's body's parent joint.
Expected behavior
A site's frame's parent joint should be the joint of the body the site belongs to.
Frame name: mysite paired to (parent joint/ parent frame)(0/3)
with relative placement wrt parent joint:
R =
1 0 0
0 1 0
0 0 1
p = 1 0 0
containing inertia:
m = 0
c = 0 0 0
I =
0 0 0
0 0 0
0 0 0
mysite placement R =
1 0 0
0 1 0
0 0 1
p = 1 0 0
the parent joint of mysite is universe instead of base_link_free, resulting in incorrect forward kinematics.
the pos of mysite should be (2., 0, 0) instead of (1., 0, 0).
System
Pinocchio version: 3.3.1
The text was updated successfully, but these errors were encountered:
Bug description
pinocchio parse
site
element of MJCF file unexpectedly. The parent joint of site frame parsed as its parent body's parent body's parent joint, instead of the parent's body's parent joint.Expected behavior
A site's frame's parent joint should be the joint of the body the site belongs to.
Reproduction steps
run the scripts below:
output:
the parent joint of
mysite
isuniverse
instead ofbase_link_free
, resulting in incorrect forward kinematics.the pos of
mysite
should be (2., 0, 0) instead of (1., 0, 0).System
The text was updated successfully, but these errors were encountered: