Skip to content
Snippets Groups Projects
Commit 3b149346 authored by Rohan Budhiraja's avatar Rohan Budhiraja Committed by GitHub
Browse files

Merge pull request #27 from proyan/master

[python][humanoid_robot] create op point signals with name of op point
parents 5d415abe a4155efd
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ class AbstractHumanoidRobot (object):
def initializeOpPoints(self):
for op in self.OperationalPoints:
self.dynamic.createOpPoint(self.OperationalPointsMap[op], self.OperationalPointsMap[op])
self.dynamic.createOpPoint(op, self.OperationalPointsMap[op])
def createFrame(self, frameName, transformation, operationalPoint):
frame = OpPointModifier(frameName)
......
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