8000 CCode Generation: Changing Constraints with OnlineData · Issue #306 · acado/acado · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
CCode Generation: Changing Constraints with OnlineData #306
Open
@FelixChen2023

Description

@FelixChen2023

OnlineData delta_limit omega_limit;
delta_limit = 0.2;
omega_limit = 0.3;

%
ocp.subjectTo(- delta_limit <= delta <= delta_limit);
ocp.subjectTo(-omega_limit <= omega <= omega_limit);

%
mpc.addOption('CG_HARDCODE_CONSTRAINT_VALUES', 'YES');

but code generation failed with info : Requested function is not yet implemented ~

acado version : stable

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