Skip to content

Commit

Permalink
Merge pull request #132 from CarlottaSartore/VelocityControllerModifi…
Browse files Browse the repository at this point in the history
…cations

Minor modifications to velocity controller
  • Loading branch information
Gabriele Nava authored Sep 8, 2021
2 parents 7bf78dc + f2d58f6 commit 7665954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ function setupImpl(obj,M,h,Jc,Jcmm,nu_k,Jc_dot_nu,C_friction,b_friction,H_star,s
s_dot_k_1_star = zeros(26,1);
tau_star = zeros(26,1);
f_star = zeros(12,1);
if(obj.solver_fails_counter>4)
if(obj.solver_fails_counter>6)
error('solver failed more that 4 times');
end
else
Expand Down

0 comments on commit 7665954

Please sign in to comment.