Skip to content

Unix-style vs Windows-style paths #4

@roversch

Description

@roversch

When running the Quadrotor example, I get following error:

??? OCP_F_Fu_Fx.c specified in custom source files string does not
exist in any of the following search directories:
"/Users/robin/ParNMPC/Quadrotor/.\codegen\lib\OCP_F_Fu_Fx"
"/Users/robin/ParNMPC/Quadrotor"

Code generation failed: View Error Report
Error using codegen

Error in OptimalControlProblem/codeGen (line 123)
    codegen -config cfg_OCP_KKTs...

Error in NMPC_Problem_Formulation (line 53)
    OCP.codeGen();

Error in run (line 91)
    evalin('caller', strcat(script, ';'));

Works if I replace the .\codegen\... path with codegen/lib/....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions