@@ -148,7 +148,7 @@ def __init__(
148
148
:param useprevious: Use previous IK solution as q0, defaults to True
149
149
:type useprevious: bool, optional
150
150
:param ik: Specify an IK function, defaults to ``Robot.ikine_LM``
151
- :type ik: callable f(T)
151
+ :type ik: callable
152
152
:param args: Options passed to IK function
153
153
:type args: dict
154
154
:param seed: random seed for solution
@@ -244,7 +244,7 @@ def __init__(
244
244
self ,
245
245
robot ,
246
246
frame = "0" ,
247
- representation = None ,
247
+ representation = "rpy/xyz" ,
248
248
inverse = False ,
249
249
pinv = False ,
250
250
damping = None ,
@@ -256,7 +256,7 @@ def __init__(
256
256
:type robot: Robot subclass
257
257
:param frame: Frame to compute Jacobian for, one of: "0" [default], "e"
258
258
:type frame: str, optional
259
- :param representation: representation for analytical Jacobian, defaults to None
259
+ :param representation: representation for analytical Jacobian, defaults to "rpy/xyz"
260
260
:type representation: str, optional
261
261
:param inverse: output inverse of Jacobian, defaults to False
262
262
:type inverse: bool, optional
@@ -1157,7 +1157,7 @@ def __init__(self, robot, representation="rpy/xyz", gravity=None, **blockargs):
1157
1157
:param robot: Robot model
1158
1158
:type robot: Robot subclass
1159
1159
:param representation: task-space representation, defaults to "rpy/xyz"
1160
- :type represenstation : str
1160
+ :type representation : str
1161
1161
:param gravity: gravitational acceleration
1162
1162
:type gravity: float
1163
1163
:param blockargs: |BlockOptions|
@@ -1293,7 +1293,7 @@ def __init__(self, robot, representation="rpy/xyz", pinv=False, **blockargs):
1293
1293
:param robot: Robot model
1294
1294
:type robot: Robot subclass
1295
1295
:param representation: task-space representation, defaults to "rpy/xyz"
1296
- :type represenstation : str
1296
+ :type representation : str
1297
1297
:param blockargs: |BlockOptions|
1298
1298
:type blockargs: dict
1299
1299
"""
@@ -1482,7 +1482,7 @@ def __init__(
1482
1482
:param velcomp: perform velocity term compensation
1483
1483
:type velcomp: bool
1484
1484
:param representation: task-space representation, defaults to "rpy/xyz"
1485
- :type represenstation : str
1485
+ :type representation : str
1486
1486
1487
1487
:param blockargs: |BlockOptions|
1488
1488
:type blockargs: dict
0 commit comments