Skip to content

Commit

Permalink
Apply ros-perception#509 and ros-perception#526 to Noetic Branch (ros…
Browse files Browse the repository at this point in the history
…-perception#528)

* Fix import path on camera_calibrator.py (ros-perception#509)

* clone cv_ptr->image before set queued_image (ros-perception#526)

Co-authored-by: Gonçalo Camelo Neves Pereira <goncalo_pereira@outlook.pt>
Co-authored-by: Kei Okada <k-okada@jsk.t.u-tokyo.ac.jp>
  • Loading branch information
3 people authored and wep21 committed Oct 17, 2021
1 parent 36e8695 commit 4703d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from queue import Queue
except ImportError:
from Queue import Queue
from calibrator import CAMERA_MODEL
from camera_calibration.calibrator import CAMERA_MODEL

class BufferQueue(Queue):
"""Slight modification of the standard Queue that discards the oldest item
Expand Down

0 comments on commit 4703d49

Please sign in to comment.