Skip to content

Commit

Permalink
corrected jacobian name
Browse files Browse the repository at this point in the history
  • Loading branch information
otokatli authored Mar 7, 2024
1 parent d73f007 commit 45e63a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kinova_gen3/kinematics/jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def jacobian(q):
x110 = x29 - x89
x111 = x107 + x48

analytical_jacobian = numpy.array(
geometric_jacobian = numpy.array(
[
[
-0.01175 * x0
Expand Down Expand Up @@ -267,4 +267,4 @@ def jacobian(q):
]
)

return analytical_jacobian
return geometric_jacobian

0 comments on commit 45e63a2

Please sign in to comment.