You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allocate additional workspace_size = 24.92 MB
Try to load weights: /home/rack_dl/MINISAR_Project/MINISAR_V13_corretto/MINISAR_Project_SW_V13/src/project_main_gui_v13/yolo_network_config/weights/yolov2-tiny.weights
Loading weights from /home/rack_dl/MINISAR_Project/MINISAR_V13_corretto/MINISAR_Project_SW_V13/src/project_main_gui_v13/yolo_network_config/weights/yolov2-tiny.weights...
seen 64, trained: 26316 K-images (411 Kilo-batches_64)
Done! Loaded 16 layers from weights-file
try to allocate additional workspace_size = 24.92 MB
CUDA allocate done!
Waiting for image.
[project_main_gui_v13-1] process has died [pid 35278, exit code -11, cmd /home/rack_dl/MINISAR_Project/MINISAR_V13_corretto/MINISAR_Project_SW_V13/devel/lib/project_main_gui_v13/project_main_gui_v13 camera/rgb/image_raw:=/Image_EO/image_raw/compressed __name:=project_main_gui_v13 __log:=/home/rack_dl/.ros/log/1ace219c-4588-11ee-8085-e4434b9afbad/project_main_gui_v13-1.log].
log file: /home/rack_dl/.ros/log/1ace219c-4588-11ee-8085-e4434b9afbad/project_main_gui_v13-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done
It actually reads from a topic. i can see the visualization window for a second and then it crashes. It will be highly appreciated if someone can assist me in finding the problem.
Thank you
The text was updated successfully, but these errors were encountered:
Describe the bug
Program crashes as soon as i read from my EO topic
"/Image_EO/image_raw/compressed"
This topic exists in my rostopic list
I have edited the launch file accordingly
my ros.yaml file
Part of the code where i declared to the topic to which i have to subcsribe
The part of the code where it crashes
It actually reads from a topic. i can see the visualization window for a second and then it crashes. It will be highly appreciated if someone can assist me in finding the problem.
Thank you
The text was updated successfully, but these errors were encountered: