Skip to content

Commit 56b4872

Browse files
committed
Changes.
1 parent afe799c commit 56b4872

File tree

3 files changed

+104
-0
lines changed

3 files changed

+104
-0
lines changed

flir_camera_description/CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,30 @@ Changelog for package pointgrey_camera_description
2828
* Handled issue where no namespace prevents diagnostics_agg from loading from analyzer paramaters
2929
* Contributors: Tony Baltovski, luis-camero
3030

31+
Forthcoming
32+
-----------
33+
* 0.2.2
34+
* Changes.
35+
* 0.2.1
36+
* Changes.
37+
* 0.2.0
38+
* Changes.
39+
* Bump CMake version to avoid CMP0048 warning.
40+
* Bumped flir_camera_description verison.
41+
* Changes.
42+
* Removed launch and rviz folders from CMakeLists
43+
* URDF Description, Diagnostics, ISP Enable, and Launch Files (`#81 <https://github.com/ros-drivers/flir_camera_driver/issues/81>`_)
44+
* Changes required to use GigE Blackfly S version
45+
* Added blackfly mesh
46+
* Added URDF of blackflys and CHANGELOG
47+
* Added new_line at end of flir_blackflys.urdf.xacro
48+
* Added DiagnosticAnalyzers and more detailed diagnostic messages
49+
* Added ISP enable and disable config and updated camera launch file to be more descriptive
50+
* Switched order of configuration to put ISP enable next to color encoding
51+
* Updated config to include enumeration for Off, Once, Continuous parameters, and udpated diagnostics.launch
52+
* Handled issue where no namespace prevents diagnostics_agg from loading from analyzer paramaters
53+
* Contributors: Tony Baltovski, luis-camero
54+
3155
0.1.0 (2021-11-10)
3256
-------------------
3357
* Initial Release

flir_camera_driver/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ Changelog for package flir_camera_driver
1515
* Include flir_camera_description as dependency in metapackage
1616
* Contributors: Joey Yang, Tony Baltovski
1717

18+
Forthcoming
19+
-----------
20+
* 0.2.2
21+
* Changes.
22+
* 0.2.1
23+
* Changes.
24+
* 0.2.0
25+
* Changes.
26+
* Bump CMake version to avoid CMP0048 warning.
27+
* Changes.
28+
* Include flir_camera_description as dependency in metapackage
29+
* Contributors: Joey Yang, Tony Baltovski
30+
1831
0.1.3 (2018-09-25)
1932
------------------
2033

spinnaker_camera_driver/CHANGELOG.rst

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,73 @@ Changelog for package spinnaker_camera_driver
7676
* Start overhauling the spinnaker download script so it works with the correct endpoint & matches the general structure of the pointgrey_camera_driver
7777
* Contributors: Adam Romlein, Chris I-B, Evan Bretl, Fabian Schilling, Ferdinand, Joseph Curtis, Luis Camero, Max Schwarz, Stephan, Tony Baltovski, Yoshua Nava, Yuki Furuta, luis-camero
7878

79+
Forthcoming
80+
-----------
81+
* Only install necessary libraries
82+
* 0.2.2
83+
* Changes.
84+
* Added new-line at EOF
85+
* Spinnaker libraries are now all copied to usr/lib
86+
* Reordered definitions to prevent compiler warnings
87+
* 0.2.1
88+
* Changes.
89+
* Removed check for build/usr/lib which would cause build to skip Spinnaker SDK install
90+
* 0.2.0
91+
* Changes.
92+
* Changes.
93+
* Fixed all issues reported by roslint
94+
* Updated file paths to /opt/spinnaker instead of /usr/spinnaker
95+
* Updated download_spinnaker look-up table
96+
* Add readable check to SDK parameters
97+
* URDF Description, Diagnostics, ISP Enable, and Launch Files (`#81 <https://github.com/ros-drivers/flir_camera_driver/issues/81>`_)
98+
* Changes required to use GigE Blackfly S version
99+
* Added blackfly mesh
100+
* Added URDF of blackflys and CHANGELOG
101+
* Added new_line at end of flir_blackflys.urdf.xacro
102+
* Added DiagnosticAnalyzers and more detailed diagnostic messages
103+
* Added ISP enable and disable config and updated camera launch file to be more descriptive
104+
* Switched order of configuration to put ISP enable next to color encoding
105+
* Updated config to include enumeration for Off, Once, Continuous parameters, and udpated diagnostics.launch
106+
* Handled issue where no namespace prevents diagnostics_agg from loading from analyzer paramaters
107+
* Branch to Support GigE Cameras (`#79 <https://github.com/ros-drivers/flir_camera_driver/issues/79>`_)
108+
* Changes required to use GigE Blackfly S version
109+
* Update SpinnakerCamera.cpp
110+
* Add new parameter to apply an offset to image time stamps (`#56 <https://github.com/ros-drivers/flir_camera_driver/issues/56>`_)
111+
* Fixes SpinnakerCamera teardown (`#16 <https://github.com/ros-drivers/flir_camera_driver/issues/16>`_)
112+
* fixes error on destroying SpinnakerCamera with multiple cameras
113+
* adds clarifying comment
114+
* Add /opt/spinnaker to spinnaker discovery options (`#63 <https://github.com/ros-drivers/flir_camera_driver/issues/63>`_)
115+
* increase maximum value of exposure_time/auto_exposure_time_upper_limit (`#55 <https://github.com/ros-drivers/flir_camera_driver/issues/55>`_)
116+
* add option to set queue_size for ros publisher (`#54 <https://github.com/ros-drivers/flir_camera_driver/issues/54>`_)
117+
* Added support for Grasshopper3. Identical to Chameleon3, split into separate files for clarity. (`#26 <https://github.com/ros-drivers/flir_camera_driver/issues/26>`_)
118+
* Feature: horizontal and vertical image reverse (`#41 <https://github.com/ros-drivers/flir_camera_driver/issues/41>`_)
119+
* Add horizontal/vertical inverse to reconfigure cfg
120+
* Add ReverseX/ReverseY with setProperty
121+
Co-authored-by: Fabian Schilling <[email protected]>
122+
* Update Spinnaker.cfg (`#50 <https://github.com/ros-drivers/flir_camera_driver/issues/50>`_)
123+
Fix for correct spelling with capital letter for bool type
124+
* Add auto exposure ROI parameters (`#52 <https://github.com/ros-drivers/flir_camera_driver/issues/52>`_)
125+
* spinnaker_camera_driver: setProperty: report available enum values
126+
Only done on failure. This helps to figure out which enum values are
127+
available on a particular camera model.
128+
* spinnaker_camera_driver: expose AE ROI parameters
129+
This is highly useful when using fisheye lenses, which illuminate only
130+
a circle in the center of the image. The AE gets confused by the black
131+
regions around it and overexposes the image.
132+
This also exposes the "AutoExposureLightingMode" parameter, which allows
133+
the user to choose a lighting preset (front/back/normal).
134+
* Fix/frame rate params (`#20 <https://github.com/ros-drivers/flir_camera_driver/issues/20>`_)
135+
* [spinnaker_camera_driver] Fixed naming of frame rate control params
136+
* [spinnaker_camera_driver] Format of mono and stereo launchfiles
137+
* [spinnaker_camera_driver] Updated diagnostics launchfile
138+
* Removed opencv as depend. (`#46 <https://github.com/ros-drivers/flir_camera_driver/issues/46>`_)
139+
* Changed the download script to check for destination folder and moved unpack directory. (`#44 <https://github.com/ros-drivers/flir_camera_driver/issues/44>`_)
140+
* Create the directory if it doesn't exist
141+
* Remove an unnecessary deb
142+
* Spinnaker driver now successfully downloads & builds
143+
* Start overhauling the spinnaker download script so it works with the correct endpoint & matches the general structure of the pointgrey_camera_driver
144+
* Contributors: Adam Romlein, Chris I-B, Evan Bretl, Fabian Schilling, Ferdinand, Joseph Curtis, Luis Camero, Max Schwarz, Stephan, Tony Baltovski, Yoshua Nava, Yuki Furuta, luis-camero
145+
79146
0.1.3 (2018-09-25)
80147
------------------
81148
* Fix install targets when Spinnaker is installed locally. Tabs in FindSpinnaker.

0 commit comments

Comments
 (0)