8000
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 fcfbddc commit 5469413Copy full SHA for 5469413
tests/test_Link.py
@@ -159,16 +159,16 @@ def test_dyn(self):
159
160
self.assertEqual(
161
s0,
162
- r"""m = 0
163
-r = 0 0 0
164
- | 0 0 0 |
165
-I = | 0 0.35 0 |
166
167
-Jm = 0.0002
168
-B = 0.0015
169
-Tc = 0.4(+) -0.43(-)
170
-G = -63
171
-qlim = -2.8 to 2.8""")
+ r"""m = 0
+r = 0 0 0
+ | 0 0 0 |
+I = | 0 0.35 0 |
+Jm = 0.0002
+B = 0.0015
+Tc = 0.4(+) -0.43(-)
+G = -63
+qlim = -2.8 to 2.8""")
172
173
def test_revolute(self):
174
l0 = rp.RevoluteDH()
0 commit comments