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
sot-torque-control
Commits
c8ab43dc
Commit
c8ab43dc
authored
Jun 28, 2019
by
NoelieRamuzat
Committed by
Noëlie RAMUZAT
Feb 27, 2020
Browse files
[Pyrene_Actuator] Solve DDP once
parent
d91590a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ddp_pyrene_actuator_solver.cpp
View file @
c8ab43dc
...
...
@@ -134,9 +134,6 @@ DEFINE_SIGNAL_OUT_FUNCTION(tau, dynamicgraph::Vector)
ODEBUG5
(
"FirstInitSolver"
);
/// --- Solve the DDP ---
int
N
=
100
;
for
(
int
i
=
0
;
i
<
N
;
i
++
)
m_solver
.
solveTrajectory
();
m_solver
.
solveTrajectory
();
ODEBUG5
(
"Trajectory solved"
);
...
...
Write
Preview
Markdown
is supported
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