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
Copy file name to clipboardExpand all lines: camera_calibration/CHANGELOG.rst
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,39 @@
1
+
1.15.0 (2020-05-18)
2
+
-------------------
3
+
* Fix import path on camera_calibrator.py (`#509 <https://github.com/ros-perception/image_pipeline/issues/509>`_)
4
+
* Fixes `#501 <https://github.com/ros-perception/image_pipeline/issues/501>`_: self.size is set before dumping calibration parameters in calibrator.py do_calibration(self, dump) (`#502 <https://github.com/ros-perception/image_pipeline/issues/502>`_)
5
+
Not sure how this one made it through. Thanks for the fix!
6
+
* Contributors: Gonçalo Camelo Neves Pereira, Stewart Jamieson
* Improve YAML formatting, make some methods static
21
+
* Improves matrix formatting in YAML.
22
+
* Reduced decimal figures for camera and projection matrix values from 8 to 5.
23
+
* Making the methods static allows them to be used from elsewhere as well to dump calibration info.
24
+
* camera_calibration: Fix all-zero distortion coeffs returned for a rational_polynomial model (`#433 <https://github.com/ros-perception/image_pipeline/issues/433>`_)
25
+
* Fix empty distortion coeffs returned for a rational_polynomial model
26
+
* Remove the redundant distCoeffs parameter from cv2.calibrateCamera()
27
+
* Set the shape of distortion_coefficients correctly in YAML output
28
+
* Merge pull request `#437 <https://github.com/ros-perception/image_pipeline/issues/437>`_ from valgur/enable-calibration-with-empty-queue
29
+
camera_calibration: Make sure 'calibrate' button works even if not receiving images anymore
30
+
* Make sure 'calibrate' button works even if not receiving images anymore
31
+
* Merge pull request `#432 <https://github.com/ros-perception/image_pipeline/issues/432>`_ from valgur/melodic
32
+
camera_calibration: Fix excessive CPU usage due to queue synchronization
33
+
* Replace deque with a modified Queue, add --queue-size param
34
+
Base fork on upstream melodic instead of indigo
35
+
* Contributors: David Torres Ocaña, Joshua Whitley, Martin Valgur, Tim Übelhör
36
+
1
37
1.13.0 (2019-06-12)
2
38
-------------------
3
39
* Merge pull request `#356 <https://github.com/ros-perception/image_pipeline/issues/356>`_ from sevangelatos/feature/calibrator_rolling_shutter
0 commit comments