Skip to content

Commit f4e8640

Browse files
authored
1.0.0 Release (astuff#53)
* Update changelog for 1.0.0 release * 1.0.0
1 parent 7e509a6 commit f4e8640

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22
Changelog for package avt_vimba_camera
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.0 (2021-11-30)
6+
------------------
7+
* Code Cleanup and Autoformat (`#52 <https://github.com/astuff/avt_vimba_camera/issues/52>`_)
8+
* Improve rosout logging (`#50 <https://github.com/astuff/avt_vimba_camera/issues/50>`_)
9+
* Improve README (`#48 <https://github.com/astuff/avt_vimba_camera/issues/48>`_)
10+
* Parameter Refactor (`#46 <https://github.com/astuff/avt_vimba_camera/issues/46>`_)
11+
* Use timestamp from image capture in ROS header (`#41 <https://github.com/astuff/avt_vimba_camera/issues/41>`_)
12+
* Trigger over Ethernet (`#39 <https://github.com/astuff/avt_vimba_camera/issues/39>`_)
13+
* Remove stereo camera code (`#43 <https://github.com/astuff/avt_vimba_camera/issues/43>`_)
14+
* Update CI (`#44 <https://github.com/astuff/avt_vimba_camera/issues/44>`_)
15+
* Update to VimbaCPP Version 1.8.4 (SDK version 5.0) (`#36 <https://github.com/astuff/avt_vimba_camera/issues/36>`_)
16+
* Fixed 'escalating to SIGTERM' when closing (`#22 <https://github.com/astuff/avt_vimba_camera/issues/22>`_)
17+
* Contributors: icolwell-as, vbrebion
18+
519
0.0.12 (2020-06-05)
620
-------------------
721
* Fix MonoCamera nodelet (`#16 <https://github.com/astuff/avt_vimba_camera/issues/16>`_)
822
* Launch File Updates (`#13 <https://github.com/astuff/avt_vimba_camera/issues/13>`_)
9-
10-
* Standardize launch file formatting, remove commented code
11-
* Provide args for all parameters
12-
* Launch file for Mako G-319
13-
1423
* Remove duplicated launch file installs (`#15 <https://github.com/astuff/avt_vimba_camera/issues/15>`_)
1524
* Brief README (`#10 <https://github.com/astuff/avt_vimba_camera/issues/10>`_)
1625
* Add more pixelformats, thanks to @jmoreau-hds (`#3 <https://github.com/astuff/avt_vimba_camera/issues/3>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>avt_vimba_camera</name>
4-
<version>0.0.12</version>
4+
<version>1.0.0</version>
55
<description>Camera driver for Allied Vision Technologies (AVT) cameras, based on their Vimba SDK.</description>
66
<license>BSD</license>
77

0 commit comments

Comments
 (0)