Skip to content
Snippets Groups Projects
Commit 9376740f authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Update to modification in hpp-corbaserver (commit 7844c6300c925).

parent 60bc7f38
No related branches found
No related tags found
No related merge requests found
......@@ -90,10 +90,7 @@ class Robot (Parent):
"LHAND_JOINT2": 0.0,
"LHAND_JOINT3": 0.0,
"LHAND_JOINT4": 0.0}
res = []
for name, value in dofs.iteritems ():
res.append ((self.rankInConfiguration [name], value))
return res
return dofs
def rightHandClosed (self) :
dofs = {"RARM_JOINT6": 0.1,
......@@ -102,7 +99,4 @@ class Robot (Parent):
"RHAND_JOINT2": 0.0,
"RHAND_JOINT3": 0.0,
"RHAND_JOINT4": 0.0}
res = []
for name, value in dofs.iteritems ():
res.append ((self.rankInConfiguration [name], value))
return res
return dofs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment