Hi
I am using python interface but i need to use C generated files as I want to use ROS
when I compile the generated C files I get that error :
acados_solver_sfunction_Spatialbicycle_model.c:48:10: fatal error: simstruc.h: No such file or directory
48 | #include “simstruc.h”
It sounds like a missing include directory. Usually you need this only if you want to create some code for MATLAB/Simulink. Do you really need a sfunction for ROS?
Yes, it is not needed in Python.
Someone might use Python for prototyping though and want to use the generated solver in a Simulink environment, just like you want to use the prototyped solver in ROS.