Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CONTRIBUTING.md] Added the contributing file.
[DQ_Kinematics.m] Added the dim_configuration_space protected property. [DQ_SerialManipulatorDH] Added the properties theta,a, d, alpha and updated the constructor of the class. [DQ_SerialManipulatorDH.m] Updated the documentation. [DQ_SerialManipulator.m] Defined the class as an abstract class and updated the constructor. [DQ_SerialManipulator.m] Defined abstract methods. Removed raw_fkm. [DQ_SerialManipulatorDH.m] Removed fkm, which is now in DQ_SerialManipulator. [DQ_SerialManipulator.m] Removed raw_pose_jacobian_derivative. [DQ_SerialManipulator.m] Removed raw_pose_jacobian_derivative. [DQ_SerialManipulatorDH.m] Added the pose_jacobian_derivative. [DQ_Kinematics.m] Removed changes in DQ_Kinematics [DQ_SerialManipulator.m] Removed dim_configuration_space to keep using the n_links property. [DQ_SerialManipulatorDH.m] Removed dim_configuration_space to keep using the n_links property. [ComauSmartSixRobot.m] Updated the robot definition. [DQ_SerialManipulator.m] Defined the raw_pose_jacobian_derivative as an abstract method and defined its concrete version. [DQ_SerialManipulatorDH.m] Modified the name of the method to raw_pose_jacobian_derivative. [DQ_SerialManipulatorMDH.m] Added a concrete class to model robots using the modified DH convention. [CONTRIBUTING.md] Updated the file. Updated the file with last Bruno's recommendations. [DQ_Kinematics.h] Fixed missing semi-colon. [DQ_SerialManipulator.m] the Fixed error message of the constructor. [DQ_SerialManipulator.m] Added comments in some lines. [DQ_SerialManipulatorDH.m] Protected the methods get_w and dh2dq, as in C++. [DQ_SerialManipulatorDH.m] Added minimal changes in the dh2dq method. [DQ_SerialManipulator.m] Removed the convention property and some comments. [DQ_SerialManipulator.m] Updated the year of the copyright [DQ_SerialManipulatorDH.m] Updated the copyright. [DQ_SerialManipulatorMDH] Removed the class. I will add it in a future PR. [DQ_SerialManipulator.m] Updated the documentation. Update CONTRIBUTING.md - Fixed grammar problems across the file. - Added more information about longer commits. [CONTRIBUTING.md] Fixed typos pointed out by Bruno in the contributing diagram [CONTRIBUTING.md] Fixed typos pointed out by Bruno in the contributing diagram [DQ_Kinematics.m] Updated the copyright and the Bruno's email. [DQ_SerialManipulator.m] Removed TODO comments and updated the Bruno's email. [DQ_SerialManipulator.m] Fixed comment according to Bruno's suggestion [DQ_SerialManipulator.m] Fixed comment according to Bruno's suggestion. [DQ_SerialManipulatorDH.m] Fixed error message according to Bruno's suggestion. [DQ_SerialManipulatorDH.m] Added modifications according to Bruno's suggestion [DQ_SerialManipulator.m] Added the dh2dq as an abstract method. [DQ_SerialManipulatorDH.m] Updated the documentation of dh2dq [JointType.m] Created a enumeration class containing type of joints. [DQ_JointType] Implemented the Bruno's suggestions. [DQ_JointType.m] Updated the contributors section according to Murilo's suggestion [DQ_SerialManipulatorDH.m] Updated the header as discussed in dqrobotics#75 [DQ_SerialManipulator.m] Removed the argument of the constructor, as suggested by Bruno. [DQ_SerialManipulatorDH.m] Updated the constructor of the class taking into account the modifications in the superclass. [DQ_SerialManipulatorDH.m] Added the date of some commits. [DQ_SerialManipulatorDH.m] Modified the class to use DQ_JointType [ComauSmartSixRobot.m] Updated the class to use DQ_JointType [ComauSmartSixRobot.m] Updated the website, Bruno's email and the copyright. [ComauSmartSixRobot.m] Fixed the robot definition using the MDH class for serial manipulators. [DQ_SerialManiplator.m] Updated the comments of pose_jacobian and pose_jacobian_derivative according to Bruno's suggestion. [DQ_SerialManipulator.m] Updated the condition of pose_jacobian_derivative. If ith==n_links the effector is not taken into account anymore [DQ_SerialManipulator.m] Modified the if condition in pose_jacobian() Now, when ith==n_links the effector is not taken into account. Revert "[DQ_SerialManipulator.m] Modified the if condition in pose_jacobian()" This reverts commit 4ee9ebd. [DQ_SerialManipulator.m] Removed the abstract method dq2dh(). [CONTRIBUTING.md] Fixed type of font and the color of two words. [DQ_SerialManipulator.m] Removed some lines in the header as requested by Bruno [DQ_SerialManipulator.m] Updated the pose_jacobian_derivative method to match pose_jacobian, as discussed in dqrobotics#75 [DQ_SerialManipulatorDH.m] Fixed the number of the PR to which I contributed. [DQ_SerialManipulatorMDH.m] Added the class to model robots using the MDH parameters. [DQ_SerialManipulatorMDH.m] Updated the header. [DQ_SerialManipulatorMDH.m] Updated the header according to Bruno's suggestion. [DQ_SerialManipulatorMDH.m] Improved the design of the class as requested by Bruno. [DQ_SerialManipulator.m] Added get_w and get_link2dq as protected abstract methods. [DQ_SerialManipulator.m] The raw methods are concrete methods instead of abstract ones. [DQ_SerialManipulatorDH.m] Removed the concrete methods raw_fkm, raw_pose_jacobian, and raw_pose_jacobian_derivative [DQ_SerialManipulatorDH.m] Renamed the method dh2dq. [DQ_SerialManipulatorMDH.m] Updated the class according to the new design proposed by Murilo. [DQ_SerialManipulator.m] Updated the header. [DQ_SerialManipulatorDH.m] Updated the header. [DQ_SerialManipulatorMDH.m] Updated the header. [DQ_SerialManipulator.m] Modified the documentation of raw_fkm as suggested by Bruno. Author: juancho <[email protected]> Date: Sat Dec 3 16:51:55 2022 +0900
- Loading branch information