dqrobotics / matlab-examples

Examples and demos for Matlab
GNU Lesser General Public License v3.0
1 stars 3 forks source link

The standford_manipulator_modeling example is only modeled with DH convention. #2

Closed juanjqo closed 1 year ago

juanjqo commented 1 year ago

@dqrobotics/developers

Hi @bvadorno,

The example standford_manipulator_modeling.m was proposed to test the new class DQ_SerialManipulatorMDH() with respect to the class DQ_SerialManipulatorDH in a PR of dqrobotics-matlab (master branch) that was rejected. The example models the same robot using both conventions DH and MDH. However, the current PR that I'm preparing does not implement the class DQ_SerialManipulatorMDH(). So, I'm proposing to comment the lines that use DQ_SerialManipulatorMDH. Once the class DQ_SerialManipulatorMDH() be available, I'll update the example. Other option is to remove the example (standford_manipulator_modeling`) and update dqrobotics-matlab-test. What do you think?

Best regards,

Juancho