rosrun with python files is not working
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?
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.
This has been corrected in later builds
Reopening, as this appears to be broken on Noetic.
Please re-open if this still repros