8000 update refs to jacob0_dot · 2345vor/robotics-toolbox-python@6fb9a67 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fb9a67

Browse files
committed
update refs to jacob0_dot
1 parent f58bd0e commit 6fb9a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/robot/Dynamics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ def coriolis_x(
11471147
if Mx is None:
11481148
Mx = self.inertia_x(q[0, :], Ji=Ji)
11491149
if Jd is None:
1150-
Jd = self.jacob_dot(q[0, :], qd[0, :], J0=Ja)
1150+
Jd = self.jacob0_dot(q[0, :], qd[0, :], J0=Ja)
11511151
return Ji.T @ (C - Mx @ Jd) @ Ji
11521152
else:
11531153
# trajectory case
@@ -1164,7 +1164,7 @@ def coriolis_x(
11641164

11651165
C = self.coriolis(qk, qdk)
11661166
Mx = self.inertia_x(qk, Ji=Ji)
1167-
Jd = self.jacob_dot(qk, qdk, J0=J)
1167+
Jd = self.jacob0_dot(qk, qdk, J0=J)
11681168

11691169
Ct[k, :, :] = Ji.T @ (C - Mx @ Jd) @ Ji
11701170

0 commit comments

Comments
 (0)
0