ros_deep_learning
ros_deep_learning copied to clipboard
Fix for #56 (Another function call inside ROS callback function might not be sequential)
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