dqrobotics / python

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

[DQ_Kinematics_py.cpp] Added the line_to_line_angle_residual method. #40

Closed juanjqo closed 1 year ago

juanjqo commented 1 year ago

@dqrobotics/developers

Hi @mmmarinho ,

This PR adds the method line_to_line_angle_residual in DQ_Kinematics_py.cpp:

dqkinematics_py.def_static("line_to_line_angle_residual",      &DQ_Kinematics::line_to_line_angle_residual,"Returns the line to line angle residual");

I added an example here.

Best regards,

Juancho