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.
2 parents 5a78b88 + 03ef707 commit fd6210eCopy full SHA for fd6210e
roboticstoolbox/robot/ikine_evaluate.py
@@ -9,7 +9,7 @@
9
# * T, the end-effector pose
10
# * q0, the initial joint angles for solution
11
12
-example = 'panda' # 'panda'
+example = 'puma' # 'panda'
13
14
if example == 'puma':
15
# Puma robot case
@@ -49,7 +49,7 @@
49
if hasattr(robot, "ikine_a"):
50
a = (robot.ikine_a, # analytic solution
51
"ikine_a",
52
- "sol = robot.ikine_a}(T)"
+ "sol = robot.ikine_a(T)"
53
)
54
ikfuncs.insert(0, a)
55
setup.py
@@ -9,7 +9,8 @@
'scipy',
'matplotlib',
'ansitable',
- 'swift-sim>=0.6.1'
+ 'swift-sim>=0.6.1',
+ 'qpsolvers'
]
16
collision_req = [
0 commit comments