Ok, so I'm not sure quite how to phrase this (I've asked a question about it on Stackoverflow, but I guess I should go into more specifics here) (split into 3 'parts', as the problems may be separate and independently solvable)
1)Win_Ros seems to have installed fine in that I've gone through the Msvc SDK tutorial, and roscore and the two roslaunch commands work fine. but when I try to run a pre-made package (in this case it was written, for ubuntu based ROS, by a PhD student in my department who left before I started the project) it get an errorcannot launch node of type [package/node]cannot locate node [node] in package [package]I believe (from what I've read) that this is likely to be a problem with the package needing to be 're-made' some people seem to have had this issue after moving packages (apparently) and thus I'm assuming a similar problem with moving a package to win_ros makes sense
--2) so... I try to remake these packages, and I get a complaint that Makefile does not exist (not sure why or how these packages were made without a make file, but hay)I put a make file in (same as the ones in the 'ardrone_autonomy' code which is a dependency of the package I'm running)include $(shell rospack find mk)/cmake.mkthis doesn't seem to work, because it seems to read is as just '/cmake.mk' which doesn't exist3) after working this out I decided to save time to hardcode the path, but for some reason when I do this it reads it 'as a string', i guess, in that uppon running winros_make with the following Makefile in /overlayinclude C:\opt\ros\hydro\x86\share\mk\cmake.mkwill return an 'error U1034: syntax error : separator missing'if the file is in the selected location.
Anyway, I think that's all the usefull info I can give at the moment. thanks for your timePatrick
You received this message because you are subscribed to the Google Groups "Ros on Windows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to win-ros+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.