Skip to content

Commit 45086a3

Browse files
authored
0.0.12 Release (astuff#17)
* Update changelog for 0.0.12 release * 0.0.12
1 parent 759d685 commit 45086a3

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package avt_vimba_camera
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.0.12 (2020-06-05)
6+
-------------------
7+
* Fix MonoCamera nodelet (`#16 <https://github.com/astuff/avt_vimba_camera/issues/16>`_)
8+
* 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+
14+
* Remove duplicated launch file installs (`#15 <https://github.com/astuff/avt_vimba_camera/issues/15>`_)
15+
* Brief README (`#10 <https://github.com/astuff/avt_vimba_camera/issues/10>`_)
16+
* Add more pixelformats, thanks to @jmoreau-hds (`#3 <https://github.com/astuff/avt_vimba_camera/issues/3>`_)
17+
* Contributors: icolwell-as
18+
519
0.0.11 (2019-08-19)
620
-------------------
721
* Merge pull request `#35 <https://github.com/astuff/avt_vimba_camera/issues/35>`_ from willcbaker/feature/nodelet
@@ -43,9 +57,11 @@ Changelog for package avt_vimba_camera
4357
* Change variable scope
4458
* Fix `#15 <https://github.com/srv/avt_vimba_camera/issues/15>`_: do not depend on turbot_configurations
4559
* Merge pull request `#14 <https://github.com/srv/avt_vimba_camera/issues/14>`_ from josepqp/kinetic
46-
* 1) Added ARM 32 bits libraries
47-
2) Modified CMakeList.txt to compile with ARM 32 bits
48-
3) Added Iris Parameter
60+
61+
* Added ARM 32 bits libraries
62+
* Modified CMakeList.txt to compile with ARM 32 bits
63+
* Added Iris Parameter
64+
4965
* kinetization
5066
* Fix sync problems after camera tests
5167
* Add a sync timer

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>
33
<name>avt_vimba_camera</name>
4-
<version>0.0.11</version>
4+
<version>0.0.12</version>
55
<description>Wrapper of the Allied Vision Technologies (AVT) VIMBA Ethernet and Firewire SDK.</description>
66

77
<maintainer email="[email protected]">Miquel Massot</maintainer>

0 commit comments

Comments
 (0)