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

Upgrade tools.py to latest modifications in hrp2.py.

parent aa56ede9
Branches
Tags
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -20,7 +20,7 @@ from optparse import OptionParser
from dynamic_graph import plug
from dynamic_graph.sot.core import SOT
from dynamic_graph.sot.dynamics.hrp2 import Hrp2
from dynamic_graph.sot.dynamics.hrp2 import Hrp2Laas, Hrp2Jrl
# Robotviewer is optional
......@@ -181,6 +181,6 @@ if options.display:
# Initialize the stack of tasks.
robot = Hrp2("robot", True)
robot = Hrp2Laas("robot")
timeStep = .005
solver = Solver(robot)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment