Skip to content

Commit 0a6e425

Browse files
committed
allow for uniform use with ERobot
1 parent d58b5f7 commit 0a6e425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/robot/DHRobot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def ets(self):
804804

805805
return ets
806806

807-
def fkine(self, q):
807+
def fkine(self, q, **kwargs):
808808
"""
809809
Forward kinematics
810810
@@ -940,7 +940,7 @@ def fkine_all(self, q=None, old=True):
940940
Tall.append(Tj)
941941
return Tall
942942

943-
def jacobe(self, q, half=None):
943+
def jacobe(self, q, half=None, **kwargs):
944944
r"""
945945
Manipulator Jacobian in end-effector frame
946946

0 commit comments

Comments
 (0)