-
[eventfd is only available on Linux](https://www.gnu.org/software/gnulib/manual/html_node/eventfd.html), so building openpilot and its tools (specifically I'm trying to run cabana) fails on macOS due …
-
There is a lack of build instructions or process for the new CppAD-codegen branch (or docs in general for that matter :P ).
I've managed to fumble most of the way so far on my own to get a "successf…
-
Hi,
I m trying to compile blasfeo for ARMV7A_ARM_CORTEX_A9. I got the error on the title.
anyone got this error?
My MakeFile.rule
`###########################################################…
-
Hello,
I intend to use HPIPM to solve an the first example from https://www.mathworks.com/help/optim/ug/quadprog.html .
The form is
H = [1 -1; -1 2];
f = [-2; -6];
A = [1 1; -1 2; 2 1];
b = [2;…
-
### Describe the bug
```
maher@M1 openpilot % pipenv shell
Loading .env environment variables...
Launching subshell in virtual environment...
Restored session: Sam 27 ao…
-
Thank you for the useful library.
I get the following error about loading the shared library when I build with tests and run them.
```bash
$ git clone https://github.com/mayataka/hpipm-cpp
$ c…
-
### Describe the bug
Trying to build and run OpenPilot on an M1 Macbook Pro running Ventura, I get the following output when running `scons -u -j$(nproc)`:
`scons: Reading SConscript files ...
Git …
-
These two functions have the same description but one is `llnn` and the other is `llnu`
https://github.com/giaf/blasfeo/blob/eb0568f18b2aaa49954ca9e92215d2cfe3dd5aa2/include/blasfeo_d_blasfeo_api.h#L…
-
```
===> Testing for blasfeo-0.1.3
CMake Deprecation Warning at CMakeLists.txt:36 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
…
-
### Describe the bug
when I build the project with command "scons -u -j$(nproc)",the issue came out.
`clang++ -o selfdrive/ui/qt/widgets/ssh_keys.o -c -std=c++1z -DSWAGLOG="\"common/swaglog.h\"" -…