Giter VIP home page Giter VIP logo

aroc's People

Contributors

tumcps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aroc's Issues

Possible compatability issue

Possible issue noticed inside MATLAB script ". \algorithms\linSysMPC\linSysMPC.m". On lines 184 and 185,ย  the function "project" is called. Matlab flags this function as an error and mentions "'project' has been removed. With appropriate code changes, use 'projfwd' instead."

Examples from AROC were run with:
Matlab R2023a, AROC_2022, CORA_2022, MOSEK (without operator overloading)

AROC failt to install due to many reasons

The CORA 2022 and ACADO are successfully installed withnot test failures. However, the AROC test can not pass with 13/18 cases failure. Would you please help my installing?

The running log is attached as follows,

runUnitTests
Running testCombinedControl
Time step: 1
Starting parallel pool (parpool) using the 'Processes' profile ...
Connected to parallel pool with 8 workers.
.
Done testCombinedControl


Running testConformantSynthesis
.

Error occurred in testConformantSynthesis/TestLinearConformanceChecking and it did not run to completion.
---------
Error ID:
---------
'CORA:wrongInputInConstructor'
--------------
Error Details:
--------------
Error using linearSys>aux_checkInputArgs
Wrong input arguments for constructor of class: linearSys
Column dimension of output matrix C must match row/column dimension of state matrix A.
Type 'help linearSys' for more information.

Error in linearSys (line 92)
        aux_checkInputArgs(name,A,B,c,C,D,k,nargin);

Error in conformantSynthesisLinear>discreteTimeSystem (line 231)
    sys = linearSysDT(linearSys(A,[B,D],[],c),dt);

Error in conformantSynthesisLinear (line 150)
                    [A_,B_,D_,c_] = discreteTimeSystem(A,B,D,c,dt);

Error in conformantSynthesis (line 119)
        [W,V] = conformantSynthesisLinear(A,B,D,c,measurements,Opts);

Error in testConformantSynthesis (line 116)
[W,V] = conformantSynthesis('platoon',M,Opts);

================================================================================
.
Done testConformantSynthesis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.