8000 small change in string format · ctc-eng/robotics-toolbox-python@5469413 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5469413

Browse files
committed
small change in string format
1 parent fcfbddc commit 5469413

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/test_Link.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@ def test_dyn(self):
159159

160160
self.assertEqual(
161161
s0,
162-
r"""m = 0
163-
r = 0 0 0
164-
| 0 0 0 |
165-
I = | 0 0.35 0 |
166-
| 0 0 0 |
167-
Jm = 0.0002
168-
B = 0.0015
169-
Tc = 0.4(+) -0.43(-)
170-
G = -63
171-
qlim = -2.8 to 2.8""")
162+
r"""m = 0
163+
r = 0 0 0
164+
| 0 0 0 |
165+
I = | 0 0.35 0 |
166+
| 0 0 0 |
167+
Jm = 0.0002
168+
B = 0.0015
169+
Tc = 0.4(+) -0.43(-)
170+
G = -63
171+
qlim = -2.8 to 2.8""")
172172

173173
def test_revolute(self):
174174
l0 = rp.RevoluteDH()

0 commit comments

Comments
 (0)
0