ros_deep_learning icon indicating copy to clipboard operation
ros_deep_learning copied to clipboard

Fix for #56 (Another function call inside ROS callback function might not be sequential)

Open hokwangchoi opened this issue 4 years ago • 0 comments

Subscribing the custom images (not from a video source), I experienced unsynchronized function calls with ImageCallback and Overlay functions.

ex) Multiple times of calling Overlay functions within a single ImageCallback function, which induces an illegal memory free() error.

#56

hokwangchoi avatar Nov 19 '20 18:11 hokwangchoi