Need help with this error Roslaunch got a 'No such file or directory' error while attempting to run?

I have already done chmod +x simple_subs.py
Verified the names as well not sure where i went wrong ?

1 Like

Got it ! its my shebang i gave incorrect add to the compiler there should be a /usr not just usr

2 Likes

Great you found it!
Yes the error is indicating that it has properly started the Python ROS program, but while executing it, it found something wrong in the execution. Since it doesn’t say anything about Python error, then it should be the shebang

1 Like