Skip to content
Snippets Groups Projects
Commit f281aaa3 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix typo.

parent 58811f1f
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -52,7 +52,7 @@ class Hrp2(AbstractHumanoidRobot): ...@@ -52,7 +52,7 @@ class Hrp2(AbstractHumanoidRobot):
self.dynamic.parse() self.dynamic.parse()
self.dimension = self.dynamic.getDimension() self.dimension = self.dynamic.getDimension()
if self.dimension != len(self.halfSitting): if self.dimension != len(self.halfSitting):
raise RunTimeError("invalid half-sitting pose") raise RuntimeError("invalid half-sitting pose")
self.initializeRobot() self.initializeRobot()
class Hrp2Jrl (Hrp2): class Hrp2Jrl (Hrp2):
......
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