Why does my shell script (web server) node suddenly not work?

asked 2020-12-09 04:10:33 -0500

Py gravatar image

updated 2020-12-09 04:15:40 -0500

I have a .launch file that launches various nodes. This has previously worked great but recently I must have changed something as it no longer launches my web server .sh script correctly.

I believe the script is fine because I can run this independently of ROS. However, when running it using rosrun I get errors suggesting that no commands are recognised including source and cd, i.e. not just ROS commands like roscd.

Could anybody suggest what I may have done to break this? Maybe something in the wider ROS system/install?

edit retag flag offensive close merge delete

Comments

could you share a minimum, not-working example such that we better understand your issue and can try to reproduce?

mgruhler gravatar image mgruhler  ( 2020-12-09 04:41:15 -0500 )edit