fatal error: ros.h: no such file or directory compilation terminated
Hello everyone,
I'm working on a project which combine ros kinetic, arduino and raspberry.
Now i'm trying to compile my code in arduino through the rasberry, but my arduino code has #include <ros.h> as a header, and when i'm trying to execute it, it gives me that error : fatal error: ros.h: no such file or directory compilation terminated.
Help please
Can you clarify whether
rosserial
is involved here at all? The 'regular'ros.h
is not going to work with Arduinos, hence my question.