-
```
/usr/bin/cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -DLA_HIGH_PERFORMANCE -DBLASFEO_REF_API -DMF_PANELMAJ -DK_MAX_STACK=300 -DBLAS_API -DUSE_C99_MATH -DEX…
-
Another project https://github.com/giaf/hpipm that uses blasfeo fails with missing symbols:
```
/usr/bin/cc -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -isystem /usr/local/include -f…
-
Hi Tim,
I have generated C code using L4Casadi and would like to integrate it into my existing C++ project. I am currently utilizing CMake as my build system, but I'm unsure about how to properly m…
-
Hi all,
Sorry for asking yet another question. I've been trying to use cython to speed up the optimization.
I trying to run acados/examples/acados_python/crane/time_optimal_example.py, and I'm g…
sdfzz updated
2 years ago
-
I'm getting a linker error on both gcc-10 and clang-12 compilers, complaining about an undefined reference to `sqrt`. This is fixed by changing the library to link against the math library:
```
ta…
-
Hi guys,
I hope this is the right place for this issue.
Since a couple of days I'm struggling with hpipm. The example runs perfectly fine but
when using hpipm for my particular ocp I get the fo…
-
Hi,
has anyone tried to implement and test on Apple M1 chip?
-
Hi Alejandro,
**Issue:**
I am having trouble finding instructions for installing casadi with pkg-support. I have found some older issues on the github but just want to make sure I'm doing it righ…
-
Does blasfeo implement either of the following matrix norms?
- frobenius norm
- max norm
If not, I'd like to implement it manually without having to call blasfeo_dgeex1 m \* n times. Is it okay t…
-
Hi,
I have installed Acados on my Windows PC using Matlab and want to use it for my master thesis.
Following the instructions for the installation and trying the minimal example I get an error u…
T3AR5 updated
2 years ago