8000 ported mtraj · wjtscn/robotics-toolbox-python@bdfc157 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdfc157

Browse files
committed
ported mtraj
all traj methods now return a Trajectory object which holds trajectory + derivatives, and can make plots
1 parent fc490d9 commit bdfc157

File tree

3 files changed

+356
-151
lines changed

3 files changed

+356
-151
lines changed

roboticstoolbox/tools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from roboticstoolbox.tools.Ticker import Ticker
44
from roboticstoolbox.tools.urdf import * # noqa
55
from roboticstoolbox.tools.trajectory import tpoly, \
6-
jtraj, ctraj, lspb, t1plot, qplot, mstraj
6+
jtraj, mtraj, ctraj, lspb, qplot, mstraj
77
from roboticstoolbox.tools.numerical import jacobian_numerical, \
88
hessian_numerical
99
from roboticstoolbox.tools.jsingu import jsingu
@@ -18,8 +18,8 @@
1818
'jtraj',
1919
'ctraj',
2020
'lspb',
21-
't1plot',
2221
'qplot',
22+
'mtraj',
2323
'mstraj',
2424
'jsingu',
2525
'jacobian_numerical',

0 commit comments

Comments
 (0)
0