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

Put robot in halsitting also in non-simulation mode.

parent 093f7d6c
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -159,11 +159,11 @@ class AbstractHumanoidRobot (object):
if not self.device:
self.device = RobotSimu(self.name + '.device')
# Freeflyer reference frame should be the same as global
# frame so that operational point positions correspond to
# position in freeflyer frame.
self.device.set(self.halfSitting)
# Freeflyer reference frame should be the same as global
# frame so that operational point positions correspond to
# position in freeflyer frame.
self.device.set(self.halfSitting)
self.dynamic.position.value = self.halfSitting
self.dynamic.velocity.value = self.dimension*(0.,)
self.dynamic.acceleration.value = self.dimension*(0.,)
......
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