Robotics StackExchange | Archived questions

Launch file error: Process has died

Hello everyone,

I have an odd issue in ROS melodic. When I start my launch file in terminal which is opened using ALT+CTRL+T, the following error appears:

Process has died [pid code 2105, exit code 127]

When I open it using "Open in Terminal" in a specific folder, it starts the launch file successfully. I'm just wondering why the same launch file acts like this.

Thank you in advance

Asked by navid on 2020-12-19 03:56:35 UTC

Comments

There could be many reasons for that error. Typically, exit code 127 implies you tried to run an unknown command.

Are you able to post the contents of your launch file (or a launch file that behaves the same)? Otherwise, I think all we can do is speculate.

Asked by jacobperron on 2020-12-23 12:54:35 UTC

Thank you. I just reinstalled my Ubuntu because of the ambiguity of the problem.

Asked by navid on 2021-05-09 00:33:44 UTC

Answers

I just reinstalled my Ubuntu because of the ambiguity of the problem. It seemed like a bug in the Ubuntu system, which I couldn't solve.

Asked by navid on 2021-05-09 00:34:51 UTC

Comments