ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Do you have an idea how to solve the error I am facing while launching the following ros-launch file?!

asked 2021-01-11 03:29:36 -0500

IKO gravatar image
<launch>
  <node pkg="Name_of_pkg" type="Name_of_rosnode" name="name_of_launch"/>
</launch>

the output of launching is:

[Name_of_rosnode-1] process has died [pid 9530, exit code -11, cmd /home/default/catkin_ws/devel/lib/Name_of_pkg/name_of_launch __name:= __log:=/home/default/.ros/log/7c64f3f4-53eb-11eb-91f8-240a64d7251f/-1.log]. log file: /home/default/.ros/log/7c64f3f4-53eb-11eb-91f8-240a64d7251f/-1*.log

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-10 07:53:58 -0500

sniegs gravatar image

I would suggest you run the node outside of roslaunch to see why it's crashing, but other than that it is hard to pinpoint any reason from the information you have given.

Some context is really important when asking questions here, otherwise it could be nearly impossible to know the reason behind the error.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2021-01-11 03:29:36 -0500

Seen: 116 times

Last updated: Aug 10 '22