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
In Joint, we've used local term for child BodyNode's transform, velocity, acceleration, and Jacobian to represent they are relative to the parent BodyNode. Whereas Frame uses relative term for the same purpose and also for any arbitrary reference frame when the frame parameter is passed.
For consistency, we should either (1) replace local with relative or (2) use local for the case of relative term from the parent to the child. I'm inclined to (1) because using both terms seems too verbose to me.
Also, I'd like to make this change for DART 6.0.
The text was updated successfully, but these errors were encountered:
In
Joint
, we've used local term for childBodyNode'
s transform, velocity, acceleration, and Jacobian to represent they are relative to the parentBodyNode
. WhereasFrame
uses relative term for the same purpose and also for any arbitrary reference frame when the frame parameter is passed.For consistency, we should either (1) replace local with relative or (2) use local for the case of relative term from the parent to the child. I'm inclined to (1) because using both terms seems too verbose to me.
Also, I'd like to make this change for DART 6.0.
The text was updated successfully, but these errors were encountered: