fatal error: ros.h: no such file or directory compilation terminated

asked 2018-05-03 02:58:02 -0500

samo gravatar image

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

edit retag flag offensive close merge delete

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.

gvdhoorn gravatar image gvdhoorn  ( 2018-05-03 05:35:30 -0500 )edit