Skip to content

Commit e592fb6

Browse files
committed
add new functions for analytic representations
updated rotational velocity transforms tidyup doco
1 parent 86303e8 commit e592fb6

File tree

5 files changed

+905
-520
lines changed

5 files changed

+905
-520
lines changed

spatialmath/base/__init__.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,19 @@
260260
"eul2jac",
261261
"exp2jac",
262262
"rot2jac",
263-
"angvelxform",
264-
"angvelxform_dot",
265263
"trprint",
266264
"trplot",
267265
"tranimate",
268266
"tr2x",
269267
"x2tr",
268+
"r2x",
269+
"x2r",
270+
"rotvelxform",
271+
"rotvelxform_inv_dot",
272+
273+
# deprecated
274+
"angvelxform",
275+
"angvelxform_dot",
270276

271277
# spatialmath.base.transformsNd
272278
"t2r",

0 commit comments

Comments
 (0)