Skip to content

Commit

Permalink
hf wbc preset solver selection
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark committed Feb 26, 2025
1 parent 3dd7ed2 commit 07bd3da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def run_func():
wbc_solvers = [wbc_solvers[0]]
wbc_scenes = [wbc_scenes[0]]
elif preset == 'wbc':
mpc_solvers = [mpc_solvers[0]]
mpc_solvers = [mpc_solvers[1]]
mpc_hpipm_modes = [mpc_hpipm_modes[0]]
mpc_osqp_linsys_modes = [mpc_osqp_linsys_modes[0]]
mpc_condensed_sizes = [mpc_condensed_sizes[0]]
Expand Down

0 comments on commit 07bd3da

Please sign in to comment.