10000 Now runs under Python · Lewishw/robotics-toolbox-python@5067c68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5067c68

Browse files
committed
Now runs under Python
1 parent 4f2dd33 commit 5067c68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

robotics-toolbox-python/demo/rtjademo.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import robot.parsedemo as p;
33
import sys
44

5-
print sys.modules
65

76
if __name__ == '__main__':
87

@@ -131,15 +130,15 @@
131130
#
132131
# A number of scalar manipulability measures have been proposed. One by
133132
# Yoshikawa
134-
maniplty(p560, q, 'yoshikawa')
133+
manipulability(p560, q, 'yoshikawa')
135134
#
136135
# is based purely on kinematic parameters of the manipulator.
137136
#
138137
# Another by Asada takes into account the inertia of the manipulator which
139138
# affects the acceleration achievable in different directions. This measure
140139
# varies from 0 to 1, where 1 indicates uniformity of acceleration in all
141140
# directions
142-
maniplty(p560, q, 'asada')
141+
manipulability(p560, q, 'asada')
143142
#
144143
# Both of these measures would indicate that this particular pose is not well
145144
# conditioned.

0 commit comments

Comments
 (0)
0