Skip to content

Commit f2a54b5

Browse files
Add ilqr option
1 parent f69c0a3 commit f2a54b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cddp/cddp_core/CDDPProblem.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ struct CDDPOptions {
4343
double regularization_max = 1e6; // Maximum regularization
4444
double regularization_min = 1e-6; // Minimum regularization
4545
bool print_iterations = true; // Option for debug printing
46+
bool is_ilqr = false; // Option for iLQR
4647
};
4748

4849
class CDDPProblem {

0 commit comments

Comments
 (0)