We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321f642 commit c81f0beCopy full SHA for c81f0be
1 file changed
spatialmath/base/test_transforms.py
@@ -446,6 +446,7 @@ def test_plot(self):
446
trplot2(transl2(1, 2), block=False, frame='A', rviz=True, width=1)
447
trplot2(transl2(3, 1), block=False, color='red', arrow=True, width=3, frame='B')
448
trplot2(transl2(4, 3)@trot2(math.pi / 3), block=False, color='green', frame='c')
449
+ plt.close('all')
450
451
452
class Test3D(unittest.TestCase):
@@ -786,10 +787,10 @@ def test_plot(self):
786
787
788
plt.clf()
789
tranimate(transl(1, 2, 3), repeat=False)
- # tranimate(transl(1, 2, 3), repeat=False, pause=2)
790
+ tranimate(transl(1, 2, 3), repeat=False, pause=2)
791
# run again, with axes already created
- # tranimate(transl(1, 2, 3), repeat=False, pause=2, dims=[0, 10, 0, 10, 0, 10])
792
-
+ tranimate(transl(1, 2, 3), repeat=False, pause=2, dims=[0, 10, 0, 10, 0, 10])
793
794
# test animate with line not arrow, text, test with SO(3)
795
796
def test_trinterp(self):
0 commit comments