Hi,
I am having a lot of troubles trying to run acados in windows, first of all I cannot find the folder called acados_root_folder. Please help me.
Francesco
Hi,
I am having a lot of troubles trying to run acados in windows, first of all I cannot find the folder called acados_root_folder. Please help me.
Francesco
Hi @Fra97,
I suppose you are following these instructions:
https://docs.acados.org/installation/index.html
If there are paths that depend on your personal PC setup, they are encapsulated with <your_path>
. For example if you want to install it in C:\temp\acados\
your <acados_root_folder>
is C:\temp\acados\
.
Regards
Thank you @mss,
I am still having a lot of troubles: I downloaded git but I cannot find gitshell, I only have bash, gui and cmd on my computer.
Moreover when doing the command “cmake.exe -G “MinGW Makefiles” -DACADOS_INSTALL_DIR=”$ACADOS_INSTALL_DIR" -DBUILD_SHARED_LIBS=OFF -DACADOS_WITH_OSQP=ON …" powershell gives the error “CMake Error: The source directory does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI”.
I am really struggling to install acados…
I’m assuming that you are in the acados/build folder that it tells you to create?
If so, check if you added the two dots “…” at the end of the command. These tell to look at the acados folder for the cmakelist.txt.