Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
sot-hrp2
Commits
18702203
Commit
18702203
authored
Jan 26, 2012
by
olivier stasse
Browse files
Specifies the correct prologue to load.
parent
59508378
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sot-hrp2-10-controller.cpp
View file @
18702203
...
...
@@ -36,7 +36,7 @@ void SoTHRP2_10_Controller::startupPython()
std
::
ofstream
aof
(
LOG_PYTHON_10
.
c_str
());
runPython
(
aof
,
"from dynamic_graph.sot.hrp2_1
4
.prologue import robot, solver"
,
"from dynamic_graph.sot.hrp2_1
0
.prologue import robot, solver"
,
interpreter_
);
interpreter_
.
startCorbaServer
(
"openhrp"
,
""
,
"stackOfTasks"
,
""
);
aof
.
close
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment