-
Notifications
You must be signed in to change notification settings - Fork 13
Updating to 20 10 #69
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
Conversation
…er_q_limit_, lower_q_dot_limit_, upper_q_dot_limit_
…configuration_space_
…ow we have dh_matrix_ as in CPP.
…trix_, which include all DH parameters
…_matrix_(5,ith) as in CPP.
…more because DQ_SerialManipulator requires to use it to plot the robot.
… uses DQ_SerialManipulatorDH(A,convention)
…atorDH. Now the method is in DQ_SerialManipulator as in CPP.
…fector_ property instead.
…the dim_configuration_space parameter instead the matrix A and the DH convention.
… alpha and convection
…s of the class DQ_JointTypes.
…rding to the review by Bruno and Murilo.
…ording to the review by Bruno and Murilo.
…o the style of the DQ library.
…Furthermore, Fixed the bug that prevented printing the error message when the user does not use arguments in the constructor.
…Furthermore, Fixed the bug that prevented printing the error message when the user does not use arguments in the constructor.
… Furthermore, Fixed the bug that prevented printing the error message when the user does not use arguments in the constructor.
…nstructor. Now we have dh_matrix instead. This could avoid confunsions with the parameter A of the DH matrix.
…count type of joints.
|
Hi @juanjqo, @mmmarinho and I concluded that this pull request is unfeasible to double-check and has several elements that are likely to be rejected. Therefore,
Many thanks, |
|
Oh, by the way, @juanjqo, may you include the aforementioned information (i.e., items 1, 2, and 3) in the instructions for pull requests? I guess a good place would be the README.md files in each repository. |
@bvadorno I'll do that! |
Status:
Changes before we can update:
General
Add the first version of the contributing file with the instructions for future contributors.
The automatic documentation is not a priority in this pull request. Therefore, the original goal "Make Automatic documentation (C++ Doxygen documentation Problem in jacobian method #1)" will be addressed in future versions.
Add DQ_SerialManipulatorMDH()
DQ_SerialManipulator
Add get_{lower,upper}_{q,q_dot}_limit
Add set_{lower,upper}_{q,q_dot}_limit
Make it abstract.
DQ_SerialManipulatorDH
Update it to support the changes in DQ_SerialManipulator
Unify the {get,set}_{thetas, as, ds, alphas, types}
Make a compatible pose_jacobian_derivative
Deprecate the DQ_SerialManipulatorDH(MatrixXd, string) constructor.
DQ_Kinematics