Skip to content
Snippets Groups Projects
Commit a4155efd authored by Rohan Budhiraja's avatar Rohan Budhiraja
Browse files

[python][humanoid_robot] create op point signals with name of op point

parent 5d415abe
No related branches found
No related tags found
1 merge request!27[python][humanoid_robot] create op point signals with name of op point
......@@ -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