ros-windows / win_ros

Windows support for Ros (Robot Operating System)
http://www.ros.org/wiki/win_ros
23 stars 16 forks source link

Roslaunch can't execute rosmaster #19

Closed stonier closed 11 years ago

stonier commented 11 years ago
Roslaunch got a 'The system cannot find the file specified' error while att
empting to run:

rosmaster --core -p 11311 __log:=C:\Users\snorri\.ros\log\212dc1de-8d16-11e2-8df
0-080027575465\master.log

Is this a problem of the .bath files?

stonier commented 11 years ago

The roslaunch needs to use shell=True if its going to launch batch files (https://github.com/ros-windows/ros_comm/commit/84a0f6a805b12033c907440b622925840d2c3a65). If we don't want to do that, then we need to use drop in exe's like I used to.