You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DQ_Kinematics and subclasses] pose_jacobian_derivative method is now abstract in DQ_Kinematics. (#48)
* [DQ_Kinematics.h, .cpp] Added the pose_jacobian_derivative method.
* [DQ_HolonomicBase.h, .cpp] Added the pose_jacobian_derivative method.
* [DQ_SerialWholeBody.h, .cpp] Added the pose_jacobian_derivative method. However, it is not implemented yet.
* [DQ_DifferentialDriveRobot.h, .cpp] Added the pose_jacobian_derivative method.
* [DQ_SerialManipulator.h, .cpp] Added the pose_jacobian_derivative method.
* [DQ_SerialManipulatorDH.h, .cpp] Added the pose_jacobian_derivative method.
* [DQ_SerialManipulatorMDH.h, .cpp] Added the pose_jacobian_derivative method.
* [DQ_WholeBody.h, .cpp] Added the pose_jacobian_derivative method in the class WholeBody. However, the method is not implemented yet.
* [DQ_Kinematics.h, .cpp] Renamed the variables joint_configurations and joint_velocity_configurations.
* [DQ_Kinematics.cpp] Updated the documentation of the method pose_jacobian_derivative.
* [DQ_DifferentialDriveRobot.h, .cpp] Renamed the variables joint_configurations and joint_velocity_configurations.
* [DQ_HolonomicBase.h, .cpp] Renamed the variables joint_configurations and joint_velocity_configurations.
* [DQ_MobileBase.h] Added a comment about the virtual method pose_jacobian_derivative.
* [DQ_SerialWholeBody.h, .cpp] Renamed the variables joint_configurations and joint_velocity_configurations.
* [DQ_WholeBody.h, .cpp] Renamed the variables joint_configurations and joint_velocity_configurations.
* [DQ_Kinematics.cpp] Updated the documentation of the pose_jacobian_derivative() method.
* [DQ_HolonomicBase.cpp] Updated the documentation of the pose_jacobian_derivative() method.
* [DQ_DifferentialDriveRobot.h, .cpp] Renamed the variables joint_configurations and joint_velocity_configurations. I had forgotten to make the changes in one of the methods.
* [DQ_Kinematics.h, .cpp] Renamed the variables of pose_jacobian_derivative
* [DQ_DifferentialDriveRobot.h, .cpp] Renamed the variables of pose_jacobian_derivative
* [DQ_HolonomicBase.h, .cpp] Renamed the variables of pose_jacobian_derivative
* [DQ_MobileBase.h] Renamed the variables of pose_jacobian_derivative.
* [DQ_WholeBody.h,.cpp] Renamed the variables of pose_jacobian_derivative.
* [DQ_SerialWholeBody.h,.cpp] Renamed the variables of pose_jacobian_derivative.
* [DQ_SerialManipulator.h,.cpp] Renamed the variables of pose_jacobian_derivative.
* [DQ_SerialManipulatorDH.h,.cpp] Renamed the variables of pose_jacobian_derivative.
* [DQ_SerialManipulatorMDH.h,.cpp] Renamed the variables of pose_jacobian_derivative.
0 commit comments