You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the compiler wants to create an object from QProblem class in this line : QProblem example(2,1); which is used in most of the examples, I get this error :
undefined reference to `qpOASES::QProblem::QProblem(int, int, qpOASES::HessianType).
Hello,
when the compiler wants to create an object from QProblem class in this line : QProblem example(2,1); which is used in most of the examples, I get this error :
undefined reference to `qpOASES::QProblem::QProblem(int, int, qpOASES::HessianType).
moreover it also shown:
'example' is ambiguous '
Candidates are:
QProblem(int, int, enum qpOASES::HessianType)
QProblem(int, int, enum qpOASES::HessianType, enum qpOASES::BooleanType)
Could you please inform me what is the problem ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: