File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1717try :
1818 import matplotlib
1919 import matplotlib .pyplot as plt
20+ from mpl_toolkits .mplot3d import Axes3D
2021 from matplotlib .widgets import Slider
2122 matplotlib .rcParams ['pdf.fonttype' ] = 42
2223 matplotlib .rcParams ['ps.fonttype' ] = 42
Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ def ikine_LM(
129129 and rotation about X, Y and Z respectively.
130130 :type mask: ndarray(6)
131131 :param ilimit: maximum number of iterations (default 500)
132- :type ilimit: int
132+ :type ilimit: int
133133 :param rlimit: maximum number of consecutive step rejections (default 100)
134- :type rlimit: int
134+ :type rlimit: int
135135 :param tol: final error tolerance (default 1e-10)
136- :type tol: float
136+ :type tol: float
137137 :param L: initial value of lambda
138138 :type L: float (default 0.1)
139139 :param Lmin: minimum allowable value of lambda
Original file line number Diff line number Diff line change 44here = os .path .abspath (os .path .dirname (__file__ ))
55
66req = [
7- 'numpy' ,
8- 'spatialmath-python>=0.8.4 ' ,
7+ 'numpy>=1.18.0 ' ,
8+ 'spatialmath-python>=0.8.7 ' ,
99 'pgraph-python' ,
1010 'scipy' ,
1111 'matplotlib' ,
You can’t perform that action at this time.
0 commit comments