Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abstract out the Jacobian properties of BodyNodes #381

Closed
mxgrey opened this issue Apr 27, 2015 · 1 comment
Closed

Abstract out the Jacobian properties of BodyNodes #381

mxgrey opened this issue Apr 27, 2015 · 1 comment
Milestone

Comments

@mxgrey
Copy link
Member

mxgrey commented Apr 27, 2015

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.

@mxgrey
Copy link
Member Author

mxgrey commented Jul 20, 2015

Finished in #461

@mxgrey mxgrey closed this as completed Jul 20, 2015
@jslee02 jslee02 added this to the DART 5.1.0 milestone Jul 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants