-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to compute the C matrix dynamics #1
Comments
If you read any robot dynamics and control paper or book carefully, they should provide you complete equation to compute the inertia matrix M, once you get the M, you can compute the C matrix from partial derivative, check the following: Robotics: Modelling, Planning and Control http://www-clmc.usc.edu/~cs545/CS545_Lecture_10.pdf
|
Thank you for your replay. But I found this MATLAB method when I read your code: matlabFunction The book you mentioned is really helpful, and it is what I'm reading. Anyway, Your work has been very helpful to me. |
Line 167 in Try that and let me know if it works. |
You can also read about matlab function, how it is used to create embedded functions. |
[email protected] check this please. |
Nice work! I don't know how to get the matrix C, and you said "This function was generated by the Symbolic Math Toolbox version 7.1." in file C_Matrix_vars. Can you give me more details? Thank you.
The text was updated successfully, but these errors were encountered: