Use an equivalent of rosmake on Windows
Hello,
Lots of questions have already been asked on the forum but I didn't manage to find an answer, either because the question was outdated and therefore closed, or simply no answer.
I've followed all the tutorial here: http://wiki.ros.org/win_ros After lots of attempts, I was able to install ROS on Windows and make a simple Publisher and Listener work but now I don't know how to compile pre-existed packages like this one RGDB-SLAM : https://github.com/tum-vision/lsd_slam
Rosmake command line doesn't work on Windows
'rosmake' is not recognized as an internal or external command, operable program or batch file.
Therefore, I would like to know if I can compile packages in windows ?
I did winros_make
but didn't compile the source code.
Then if I'm not mistaken rosrun doesn't work on windows, right ? So How I can manage this ?
Thank you very much in advance.