Skip to content

Commit a897321

Browse files
committed
clean up
1 parent 5ea9d99 commit a897321

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_transforms3d.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
import numpy.testing as nt
2-
import matplotlib.pyplot as plt
32
import unittest
43

54
"""
65
we will assume that the primitives rotx,trotx, etc. all work
76
"""
8-
from math import pi
97
from spatialmath import SE3, SO3, SE2
108
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
179
import spatialmath.base.transforms3d as t3d
1810

1911

0 commit comments

Comments
 (0)