Skip to content
Snippets Groups Projects
Commit 651da839 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by olivier stasse
Browse files

appli.py: fix import

parent f059b066
No related branches found
No related tags found
Loading
......@@ -29,7 +29,7 @@ locals()['contactRF'] = contactRF
from dynamic_graph import plug
from dynamic_graph.sot.core import SOT
from dynamic_graph.sot.core.sot import SOT
sot = SOT('sot')
sot.setSize(robot.dynamic.getDimension())
plug(sot.control,robot.device.control)
......
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