Questions on frameplacement #2186
-
Hello. Besides,the model.frame[frame_id].placement return the placement with respect to parent joint, how to get the placement wrt the Base_link or world_frame? Finally,for a legged robot, what's the position of the "world_frame“, is it a inertial frame whose origin coincide with base_frame(torso) or just a fixed point on the ground? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From the documentation of updateFramePlacement and framesForwardKinematics:
Therefore, we don't need to call This is only for your first question. Try opening a separate discussion for each question so that we can organize the conversation better. |
Beta Was this translation helpful? Give feedback.
From the documentation of updateFramePlacement and framesForwardKinematics:
framesForwardKinematics
is one of these algorithms). As a consequence there is no configuration vectorq
in the parameters, but there is aframe_id
as it will only update the placement of one specific frame.Therefore, we don't need to call
update…