8000 Setting LSQ reference in ACADO code, getting error · Issue #295 · acado/acado · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Setting LSQ reference in ACADO code, getting error #295
Open
@Kaustav6422

Description

@Kaustav6422

I am facing an issue with setting up reference for LSQ cost

If I use

minimizeLSQ(Q,h,r);
minimizeLSQEndTerm(QN,hN,rN);

I get "Error: Only standard LSQ objective supported for code generation".

If I use

minimizeLSQ(Q,h);
minimizeLSQEndTerm(QN,hN);

I don't get this error.

Can I use acadoVariables.y and acadoVariables.yN in my C++ code without explicitly defining rand rN in my ACADO code ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0