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
It is desirable to have forward/inverse kinematic concepts that are independent of dynamic properties (such as mass and moment of inertia).
An example is the Task Space Region Chain concept which performs inverse kinematics on a kinematic chain which is not necessarily a real, physical, dynamic, or simulatable chain of BodyNodes.
We can shift the BodyNode Jacobian functionality into a base class (named something like JacobianBase or JacobianEntity) and allow Joints to have a JacobianBase child rather than a BodyNode child. Some Joint functionality might have to be shifted into the BodyNode class.
The text was updated successfully, but these errors were encountered:
It is desirable to have forward/inverse kinematic concepts that are independent of dynamic properties (such as mass and moment of inertia).
An example is the Task Space Region Chain concept which performs inverse kinematics on a kinematic chain which is not necessarily a real, physical, dynamic, or simulatable chain of BodyNodes.
We can shift the BodyNode Jacobian functionality into a base class (named something like
JacobianBase
orJacobianEntity
) and allow Joints to have aJacobianBase
child rather than a BodyNode child. Some Joint functionality might have to be shifted into the BodyNode class.The text was updated successfully, but these errors were encountered: