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
Stack Of Tasks
ddp-actuator-solver
Commits
6123926a
Commit
6123926a
authored
Feb 22, 2016
by
flforget
Browse files
[minor] add precompilation variable
parent
10b7b125
Changes
2
Hide whitespace changes
Inline
Side-by-side
cpp/include/ilqrsolver.h
View file @
6123926a
...
...
@@ -9,6 +9,9 @@
#include
<qpOASES.hpp>
#include
<qpOASES/QProblemB.hpp>
#define ENABLE_QPBOX 1
#define DISABLE_QPBOX 0
using
namespace
Eigen
;
USING_NAMESPACE_QPOASES
...
...
cpp/test/testModel.cpp
View file @
6123926a
...
...
@@ -51,7 +51,7 @@ int main()
cout << x << endl<<"-"<<endl;
}*/
ILQRSolver
testSolverRomeoActuator
(
romeoActuatorModel
,
costRomeoActuator
,
1
);
ILQRSolver
testSolverRomeoActuator
(
romeoActuatorModel
,
costRomeoActuator
,
ENABLE_QPBOX
);
testSolverRomeoActuator
.
FirstInitSolver
(
xinit
,
xDes
,
T
,
dt
,
iterMax
,
stopCrit
);
...
...
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