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
When I wanted to write a program that mimics camera. cpp in the flightros folder to read depth maps and visualize them using OpenCV, I found that the program would have a core dump. I used gdb backtrace and found that an exception was thrown in the constructor of RGBCamera, displaying as: program received signal SIGSEGV, Segmentation fault. Does this mean there is inappropriate pointer usage, but my program only deleted the ROS section in camera.cpp? Is there anything unreasonable in my code?
When I wanted to write a program that mimics camera. cpp in the flightros folder to read depth maps and visualize them using OpenCV, I found that the program would have a core dump. I used gdb backtrace and found that an exception was thrown in the constructor of RGBCamera, displaying as: program received signal SIGSEGV, Segmentation fault. Does this mean there is inappropriate pointer usage, but my program only deleted the ROS section in camera.cpp? Is there anything unreasonable in my code?
The debug information:
The text was updated successfully, but these errors were encountered: