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

Dynamic Parameters #15

Closed
Theesh76 opened this issue Feb 9, 2018 · 1 comment
Closed

Dynamic Parameters #15

Theesh76 opened this issue Feb 9, 2018 · 1 comment

Comments

@Theesh76
Copy link

Theesh76 commented Feb 9, 2018

In the test examples, the dynamic parameters values (dynparm_test) were used to generate Centrifugal, inertial, gravity matrices. The dynamic parameters values (dynparm_test) were given as a row vector as a input. I would like to know in which way the row vector had to be constructed ( for eg (m_1 r_x r_y r_z ....) or (r_x r_y r_z m_1.....)). I tried to figure it out by comparing the values used in test examples with the peter corke's puma560 (p560.dyn()) but some values did not match and i could not figure it out.

Also is there a possibility to generate symbolic representation of forward dynamics of any robot (with torque and dynamic parameters as input) using this software ?

@cdsousa
Copy link
Owner

cdsousa commented Feb 10, 2018

R1: By default is "Khalil" order Lxx Lxy Lxz Lyy Lyz Lzz lx ly lz m and it is represented around the DH reference frame: i.e., elements of inertia tensor around DH reference frame, first moment of inertia (m*r) and mass.
It can also work with "Siciliano" order: https://github.com/cdsousa/SymPyBotics/blob/master/sympybotics/robotdef.py#L291

R2: This was designed for serial robots only. It is used to produce customized and optimized symbolic expressions and code for a given robot, i.e. for ficed dof and fixed DH parameters. But if you mean code that will work for all robots, with symbolic DH, then it doesn't make sense to have it in symbolic form as it will be intractable. Better use the generic recursive code in that case.

@cdsousa cdsousa closed this as completed Feb 10, 2018
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