Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 27, 2023
1 parent f92d57a commit 1e514d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trajopt_sco/src/osqp_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OSQPModelConfig::OSQPModelConfig()
settings.max_iter = 8192;
settings.polish = 1;
settings.adaptive_rho = 1;
settings.verbose = 0;
settings.verbose = 1;
}

Model::Ptr createOSQPModel(const ModelConfig::ConstPtr& config = nullptr)
Expand Down

0 comments on commit 1e514d0

Please sign in to comment.