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

Set right foot parameters.

    * src/dynamic_graph/sot/dynamics/parser.py.
parent 12eebef5
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -121,6 +121,10 @@ class Parser (object): ...@@ -121,6 +121,10 @@ class Parser (object):
self.entity.setFootParameters(False, soleLength, soleWidth, self.entity.setFootParameters(False, soleLength, soleWidth,
anklePosition) anklePosition)
anklePosition = (anklePosition[0], -anklePosition[1], anklePosition[2])
self.entity.setFootParameters(True, soleLength, soleWidth,
anklePosition)
# Gaze parameters. # Gaze parameters.
gazeOrigin = (self.GAZEORIGINX, self.GAZEORIGINY, self.GAZEORIGINZ) gazeOrigin = (self.GAZEORIGINX, self.GAZEORIGINY, self.GAZEORIGINZ)
gazeDirection = (self.GAZEDIRECTIONX, self.GAZEDIRECTIONY, gazeDirection = (self.GAZEDIRECTIONX, self.GAZEDIRECTIONY,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment