Robotics StackExchange | Archived questions

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 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

Asked by samo on 2018-05-03 02:58:02 UTC

Comments

Can you clarify whether rosserial is involved here at all? The 'regular' ros.h is not going to work with Arduinos, hence my question.

Asked by gvdhoorn on 2018-05-03 05:35:30 UTC

Answers