leggedrobotics / darknet_ros

YOLO ROS: Real-Time Object Detection for ROS
BSD 3-Clause "New" or "Revised" License
2.17k stars 1.17k forks source link

Error while running darknet ros #64

Open pnambiar opened 6 years ago

pnambiar commented 6 years ago

@mbjelonic Has anyone encountered this error? Is there a solution? [darknet_ros-2] process has died [pid 1733, exit code -11, cmd /home/nvidia/catkin_ws/devel/lib/darknet_ros/darknet_ros __name:=darknet_ros __log:=/home/nvidia/.ros/log/b9b03498-0cdc-11e8-9325-2816adcdeb8c/darknet_ros-2.log]. log file: /home/nvidia/.ros/log/b9b03498-0cdc-11e8-9325-2816adcdeb8c/darknet_ros-2*.log

joyyang1215 commented 6 years ago

I have the same error, but do not know why.

calman1314 commented 6 years ago

I have the same error; and is still unsolved. BTW,i changed the cmakelists.txt to the version without CUDA.

mbjelonic commented 6 years ago

Did you try to run the launch file with gdb? There is a launch file that enables gdb. After the process crashes, you can type where to find the function that causes the issue. If this still do not give results, then you can build darknet_ros in Debug mode and run it again with gdb.

On 14 Apr 2018, at 12:25, calman1314 notifications@github.com wrote:

I have the same error; and is still unsolved. BTW,i changed the cmakelists.txt to the version without CUDA.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

DanLiu0623 commented 6 years ago

Do you have some idea about this issue? I met this question in different tx2,one is ok ,and one occurs this issue,Could you give me some advise? @joyyang1215 @calman1314

Chrislzy1993 commented 5 years ago

I have the same error; and is still unsolved. BTW,i changed the cmakelists.txt to the version without CUDA.

hi, @calman1314 , did ur solved it , i have the same error to , which cuda version did ur used????

Chrislzy1993 commented 5 years ago

Did you try to run the launch file with gdb? There is a launch file that enables gdb. After the process crashes, you can type where to find the function that causes the issue. If this still do not give results, then you can build darknet_ros in Debug mode and run it again with gdb. On 14 Apr 2018, at 12:25, calman1314 @.***> wrote: I have the same error; and is still unsolved. BTW,i changed the cmakelists.txt to the version without CUDA. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

i roslaunch with gdb, and it show the following information: #143 @mbjelonic