Skip to content

what is the meaning about computeFrameJacobian? #2113

Discussion options

You must be logged in to vote

Looking at the documentation of computeFrameJacobian, the fifth argument to the function is a ReferenceFrame enumeration that can take the following values:

  • WORLD: The WORLD frame convention corresponds to the frame concident with the Universe/Inertial frame but moving with the moving part (Joint, Frame, etc.).
  • LOCAL: The LOCAL frame convention corresponds to the frame directly attached to the moving part (Joint, Frame, etc.) where the coordinates basis matches the local coordinates system associated with the moving part. It also called the BODY representation in the litterature.

The WORLD frame convention yields the space Jacobian, while the LOCAL frame yields the body Jacobian.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stephane-caron
Comment options

@laniakeawhite
Comment options

Answer selected by jcarpent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2109 on December 04, 2023 15:39.