8000 fix merge conflict · olamarre/robotics-toolbox-python@c244cb5 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 /react-partial>

Commit c244cb5

Browse files
committed
fix merge conflict
2 parents 0d9abfa + 118f552 commit c244cb5

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

roboticstoolbox/tools/__init__.py

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
from roboticstoolbox.tools.null import null
2-
from roboticstoolbox.tools.p_servo import p_servo
2+
from roboticstoolbox.tools.p_servo import p_servo, p_servo_old
33
from roboticstoolbox.tools.Ticker import Ticker
44
from roboticstoolbox.tools.urdf import * # noqa
5-
from roboticstoolbox.tools.trajectory import tpoly, tpoly_func, \
6-
jtraj, mtraj, ctraj, lspb, lspb_func, qplot, mstraj
7-
from roboticstoolbox.tools.numerical import jacobian_numerical, \
8-
hessian_numerical
5+
from roboticstoolbox.tools.trajectory import (
6+
tpoly,
7+
tpoly_func,
8+
jtraj,
9+
mtraj,
10+
ctraj,
11+
lspb,
12+
lspb_func,
13+
qplot,
14+
mstraj,
15+
)
16+
from roboticstoolbox.tools.numerical import jacobian_numerical, hessian_numerical
917
from roboticstoolbox.tools.jsingu import jsingu
1018
from roboticstoolbox.tools.data import rtb_load_data, rtb_load_matfile, rtb_load_jsonfile, rtb_path_to_datafile
1119

1220

1321
__all__ = [
1422
'null',
1523
'p_servo',
24+
"p_servo_old",
1625
'Ticker',
1726
'tpoly',
1827
'tpoly_func',

0 commit comments

Comments
 (0)
0