We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea9d99 commit a897321Copy full SHA for a897321
tests/test_transforms3d.py
@@ -1,19 +1,11 @@
1
import numpy.testing as nt
2
-import matplotlib.pyplot as plt
3
import unittest
4
5
"""
6
we will assume that the primitives rotx,trotx, etc. all work
7
8
-from math import pi
9
from spatialmath import SE3, SO3, SE2
10
import numpy as np
11
-# from spatialmath import super_pose as sp
12
-from spatialmath.base import *
13
-from spatialmath.base import argcheck
14
-import spatialmath as sm
15
-from spatialmath.baseposematrix import BasePoseMatrix
16
-from spatialmath.twist import BaseTwist
17
import spatialmath.base.transforms3d as t3d
18
19
0 commit comments