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 7a3560b commit fc023b0Copy full SHA for fc023b0
tests/test_ETS.py
@@ -1751,7 +1751,7 @@ def test_plot(self):
1751
tz = rtb.ETS(rtb.ET.tz(jindex=5, qlim=[-1, 1]))
1752
a = rtb.ETS(rtb.ET.SE3(np.eye(4)))
1753
r = tx + ty + tz + rx + ry + rz + a
1754
- r.plot(q=q2, block=False)
+ r.plot(q=q2, block=False, backend="pyplot")
1755
1756
def test_teach(self):
1757
# x = sympy.Symbol("x")
@@ -1764,7 +1764,7 @@ def test_teach(self):
1764
1765
1766
1767
- r.teach(q=q2, block=False)
+ r.teach(q=q2, block=False, backend="pyplot")
1768
1769
def test_partial_fkine(self):
1770
deg = np.pi / 180
0 commit comments