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

Merge pull request #29 from proyan/master

[python][AbstractHumanoidRobot] Remove default signal creation.
parents f6f213df b2cb0574
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ class AbstractHumanoidRobot (object): ...@@ -263,7 +263,7 @@ class AbstractHumanoidRobot (object):
else: else:
self.dynamic.acceleration.value = self.dimension*(0.,) self.dynamic.acceleration.value = self.dimension*(0.,)
self.initializeOpPoints() #self.initializeOpPoints()
#TODO: hand parameters through srdf --- additional frames --- #TODO: hand parameters through srdf --- additional frames ---
#self.frames = dict() #self.frames = dict()
......
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