dqrobotics / python

The DQ Robotics library in Python
https://dqrobotics.github.io
GNU Lesser General Public License v3.0
26 stars 9 forks source link

Added the pose_jacobian_derivative method #41

Closed juanjqo closed 1 year ago

juanjqo commented 1 year ago

@dqrobotics/developers

@mmmarinho

This PR updates the Python Version of the DQ Robotics with respect to the current version of C++ (Master branch).

Features:

I added a test here to check the accuracy of the pose_jacobian_derivative method with respect to the numerical differentiation based on eight-point central finite differences.

Best regards,

Juancho

mmmarinho commented 1 year ago

@juanjqo I can merge this after you add the test to the GitHub actions workflow.

juanjqo commented 1 year ago

@juanjqo I can merge this after you add the test to the GitHub actions workflow.

@mmmarinho I added the test to the GitHub actions workflow.