We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbd78f commit 97c21feCopy full SHA for 97c21fe
1 file changed
spatialmath/base/test_transforms.py
@@ -781,6 +781,7 @@ def test_plot(self):
781
trplot(transl(4, 3, 1)@trotx(math.pi / 3), block=False, color='green', frame='c', dims=[0, 4, 0, 4, 0, 4])
782
783
plt.clf()
784
+ tranimate(transl(1, 2, 3), repeat=False)
785
# tranimate(transl(1, 2, 3), repeat=False, pause=2)
786
# run again, with axes already created
787
# tranimate(transl(1, 2, 3), repeat=False, pause=2, dims=[0, 10, 0, 10, 0, 10])
0 commit comments