Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem regarding creating an object from QProblem class #138

Open
sinatz opened this issue Dec 12, 2022 · 0 comments
Open

problem regarding creating an object from QProblem class #138

sinatz opened this issue Dec 12, 2022 · 0 comments

Comments

@sinatz
Copy link

sinatz commented Dec 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant