VINS-Fusion
VINS-Fusion copied to clipboard
我启动vins后内存一直在增加直到占满,是不是哪里没写好内存溢出了啊?
Have you solved this problem?
@ZW-PRO any updates on the problem? I have some minor observations, so we could possibly exchange info and work something out?
@ZW-PRO any updates on the problem? I have some minor observations, so we could possibly exchange info and work something out?
Yes. I'm running VINS in ros2 and I've noticed that when I limit the size of the queue in the img0_callback() function, the memory doesn't increase anymore, but I guess this can cause issues like image loss. The probable reason is that the image processing speed in the queue cannot keep up with the image speed of the incoming queue.
@JanekDev Have you solved this problem?