ROSOnWindows icon indicating copy to clipboard operation
ROSOnWindows copied to clipboard

rosrun with python files is not working

Open OliHas opened this issue 6 years ago • 3 comments

Thank you for the 'Getting started/UsingROSOnWindows' Introduction.

I'm unable to run the following command:

c:\catkin_ws>rosrun beginner_tutorials talker.py
[rosrun] Couldn't find executable named talker.py

But this works:

c:\catkin_ws>rosrun beginner_tutorials scripts/talker.py

Regarding the Python section, it is unclear to me, how I should rename the python file.

Is this related to this question here?

Could someone give any clarification?

OliHas avatar Dec 16 '19 14:12 OliHas

Thank you for the report. I think there was a regression in the rosrun.bat file - it should do a deep find on the script file. investigating.

ooeygui avatar Dec 16 '19 18:12 ooeygui

This has been corrected in later builds

ooeygui avatar Jul 02 '20 20:07 ooeygui

Reopening, as this appears to be broken on Noetic.

ooeygui avatar Nov 09 '20 21:11 ooeygui

Please re-open if this still repros

IoTDan avatar Oct 11 '22 21:10 IoTDan