question on RobotWrapper::frameClassicAcceleration() #229
Answered by andreadelprete
xiaosuyang asked this question in Q&A
-
| 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.
Answered by andreadelprete Apr 26, 2024
Replies: 1 comment 2 replies
-
| Dear @xiaosuyang , the reason is that the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by xiaosuyang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Dear @xiaosuyang ,
the reason is that the
f.placementvariable contains the transformationjoint_X_frame.