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

Change name of hrp2.dynamic: '_dynamics' -> 'dynamic'

parent f2670bd2
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -47,7 +47,7 @@ class Hrp2(AbstractHumanoidRobot):
specificitiesPath = xmlDir + '/HRP2SpecificitiesSmall.xml'
jointRankPath = xmlDir + '/HRP2LinkJointRankSmall.xml'
self.dynamic = DynamicHrp2(self.name + '_dynamics')
self.dynamic = DynamicHrp2(self.name + '_dynamic')
self.dynamic.setFiles(modelDir, modelName,
specificitiesPath, jointRankPath)
self.dynamic.parse()
......
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