[Bug] stuck on launching trying to launch file

This is an error report.


Screenshot of the error


Error details

I really am confused id what I am doing wrong it says do the chmod +x command but idk

Hi RaRa,
I know that it is abit confusing when begin to learn ros.
So from what appear, try this:
roscd my_package
cd “where you save your script”
chmod +x *.py
(Make sure the name of script is the same as on the launch file)
(It is a good practice also to put your launch files in a separate folder, usually launch):
roscd my_package; cd src
mkdir launch
(then you can cut past your launch files here)
I hope this will help

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.