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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy