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

Add waist as an operational point in Hrp2 class.

parent fedf0292
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -41,6 +41,7 @@ class Hrp2(AbstractHumanoidRobot): ...@@ -41,6 +41,7 @@ class Hrp2(AbstractHumanoidRobot):
def __init__(self, name, modelDir, xmlDir, device): def __init__(self, name, modelDir, xmlDir, device):
AbstractHumanoidRobot.__init__ (self, name) AbstractHumanoidRobot.__init__ (self, name)
self.OperationalPoints.append('waist')
self.device = device self.device = device
modelName = 'HRP2JRLmainsmall.wrl' modelName = 'HRP2JRLmainsmall.wrl'
specificitiesPath = xmlDir + '/HRP2SpecificitiesSmall.xml' specificitiesPath = xmlDir + '/HRP2SpecificitiesSmall.xml'
......
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