File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
robotics-toolbox-python/demo Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
import robot .parsedemo as p ;
3
3
import sys
4
4
5
- print sys .modules
6
5
7
6
if __name__ == '__main__' :
8
7
131
130
#
132
131
# A number of scalar manipulability measures have been proposed. One by
133
132
# Yoshikawa
134
- maniplty (p560, q, 'yoshikawa')
133
+ manipulability (p560, q, 'yoshikawa')
135
134
#
136
135
# is based purely on kinematic parameters of the manipulator.
137
136
#
138
137
# Another by Asada takes into account the inertia of the manipulator which
139
138
# affects the acceleration achievable in different directions. This measure
140
139
# varies from 0 to 1, where 1 indicates uniformity of acceleration in all
141
140
# directions
142
- maniplty (p560, q, 'asada')
141
+ manipulability (p560, q, 'asada')
143
142
#
144
143
# Both of these measures would indicate that this particular pose is not well
145
144
# conditioned.
You can’t perform that action at this time.
0 commit comments