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
Copy file name to clipboardExpand all lines: src/robot_modeling/DQ_Kinematics_py.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ void init_DQ_Kinematics_py(py::module& m)
61
61
dqkinematics_py.def_static("line_to_point_distance_jacobian", &DQ_Kinematics::line_to_point_distance_jacobian,"Returns the robot line to point distance Jacobian");
62
62
dqkinematics_py.def_static("line_to_point_residual", &DQ_Kinematics::line_to_point_residual,"Returns the robot line to point residual");
63
63
dqkinematics_py.def_static("line_to_line_distance_jacobian", &DQ_Kinematics::line_to_line_distance_jacobian,"Returns the robot line to line distance Jacobian");
64
-
dqkinematics_py.def_static("line_to_point_residual", &DQ_Kinematics::line_to_point_residual, "Returns the robot line to line residual");
64
+
dqkinematics_py.def_static("line_to_line_residual", &DQ_Kinematics::line_to_line_residual, "Returns the robot line to line residual");
65
65
dqkinematics_py.def_static("plane_to_point_distance_jacobian", &DQ_Kinematics::plane_to_point_distance_jacobian,"Returns the robot plane to point distance Jacobian");
66
66
dqkinematics_py.def_static("plane_to_point_residual", &DQ_Kinematics::plane_to_point_residual,"Returns the robot plane to point residual");
67
67
dqkinematics_py.def_static("line_to_line_angle_jacobian", &DQ_Kinematics::line_to_line_angle_jacobian,"Returns the line to line angle Jacobian");
0 commit comments