8000 add new functions · Kith78/spatialmath-python@7de98ed · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7de98ed

Browse files
committed
add new functions
1 parent 31ed81f commit 7de98ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spatialmath/base/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,12 @@
9999
"exp2jac",
100100
"rot2jac",
101101
"angvelxform",
102+
"angvelxform_dot",
102103
"trprint",
103104
"trplot",
104105
"tranimate",
106+
"tr2x",
107+
"x2tr",
105108
# spatialmath.base.transformsNd
106109
"t2r",
107110
"r2t",
@@ -166,6 +169,7 @@
166169
"isnotebook",
167170
# spatial.base.numeric
168171
"numjac",
172+
"numhess",
169173
"array2str",
170174
"bresenham",
171175
]

0 commit comments

Comments
 (0)
0