Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request commaai#135 from arne182/0512
Browse files Browse the repository at this point in the history
fix for acado solver
  • Loading branch information
sshane authored May 26, 2019
2 parents 9ea35d7 + 1b7a30f commit e5f91ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4726,7 +4726,7 @@ kkt += fabs(acadoWorkspace.ubA[index] * prd);
return kkt;
}

real_t acado_getObjective( )
real_t acado_getObjective(double TR)
{
real_t objVal;

Expand Down

0 comments on commit e5f91ba

Please sign in to comment.