Installing ROS for RPI on Windows
Hello,
I am quite new in ROS and I already have some difficulties. I would like to add ROS to my Eclipse C++ project on Windows, the project is cross-compiled on Win for Raspberry Pi. (I am sticking to Windows because I already have some libraries installed, so I do not want to start over configuring the project).
I was able to install catkin, but after I try to generate makefiles (with cmake gui), I got an error, that catkinConfig.cmake is not found. I am not sure how to get this file. Could you help me with this issue, please? Is it even possible to do this on Windows?
Thank you for your help!