Skip to content

Commit

Permalink
infra
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Feb 21, 2025
1 parent 0393fc1 commit b42041c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
casadi>=3.6.7
rockit-meco==0.5.6
impact-meco==0.3.6
impact-meco==0.3.8
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"common_options":{"final_options":{"cse":True}},
"jit": False,
"jit_options": {"flags":["-O3","-ffast-math"]}
}),("ipopt",{}),("sqpmethod",{"qpsol": "osqp"})]:
}),("ipopt",{}),("sqpmethod",{"qpsol": "osqp"}),("sleqp",{})]:

mpc = MPC(T=3.0)

Expand Down

0 comments on commit b42041c

Please sign in to comment.