question on RobotWrapper::frameClassicAcceleration() #229
-
Hello. In row 301 and 302, a and v are spatial acc and spatial vel of the frame f, but why they use placement.actInv(data.v[f.parent])(data.v[f.parent] is the vel of the parent joint ) instead of placement.act(). Isn't the frameXJoint.act() used to transform the vector from Joint coordinate to the frame coordinate? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Dear @xiaosuyang , the reason is that the |
Beta Was this translation helpful? Give feedback.
Dear @xiaosuyang ,
the reason is that the
f.placement
variable contains the transformationjoint_X_frame
.