Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickett-bdai committed Nov 2, 2023
1 parent 5ea9d99 commit a897321
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_transforms3d.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
import numpy.testing as nt
import matplotlib.pyplot as plt
import unittest

"""
we will assume that the primitives rotx,trotx, etc. all work
"""
from math import pi
from spatialmath import SE3, SO3, SE2
import numpy as np
# from spatialmath import super_pose as sp
from spatialmath.base import *
from spatialmath.base import argcheck
import spatialmath as sm
from spatialmath.baseposematrix import BasePoseMatrix
from spatialmath.twist import BaseTwist
import spatialmath.base.transforms3d as t3d


Expand Down

0 comments on commit a897321

Please sign in to comment.