8000 Fixed bug in comparison for MDH. Results now indicate Python MDH code · vinjk/robotics-toolbox-python@0c2260e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c2260e

Browse files
committed
Fixed bug in comparison for MDH. Results now indicate Python MDH code
matches Matlab.
1 parent 25ec6b5 commit 0c2260e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

robotics-toolbox-python/test/compare/compare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646

4747
tau = rne(p560m, path);
4848

49-
diff = matlab_dh - tau;
50-
print diff
49+
diff = matlab_mdh - tau;
50+
#print diff
5151
print "RNE MDH, error norm =", linalg.norm(diff, 'fro')

0 commit comments

Comments
 (0)
0