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

Jacobian Implementation #38

Open
mikekaram opened this issue Sep 19, 2017 · 2 comments
Open

Jacobian Implementation #38

mikekaram opened this issue Sep 19, 2017 · 2 comments
Labels

Comments

@mikekaram
Copy link

Hello Phylliade,

I am trying to use your code for a 6-dof manipulator I am building. However I want to take the Jacobian from my created chain and there isn't such function. Will you implement it in the near future? After I saw that, I am trying to implement it myself, but I am having trouble as I want the symbolic transformation matrix of each link, then multiply them all and get the final (symbolic) transformation matrix. After that it's a matter of differentiation with respect to the thetas I plug in. However the symbolic_transformation_matrix of every link is a function and not a sympy matrix, so i can't multiply them all together. Apart from that I want to specify the names of the variables (of the "thetas") for every symbolic matrix(every variable is called "theta"). Could you please help me in any way?

@stale
Copy link

stale bot commented May 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 3, 2020
@stale stale bot removed the wontfix label May 3, 2020
@Phylliade
Copy link
Owner

Hello @mikekaram, sorry for the late reply.

Support for a custom Jacobian is currently not possible with the current implementation.
I'm thinking about supporting alternative optimization schemes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants