Skip to content

Commit ff24239

Browse files
committed
Bump version to 0.5.0, generate changelog
Signed-off-by: Evan Flynn <[email protected]>
1 parent 688ba96 commit ff24239

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

CHANGELOG.rst

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,72 @@
22
Changelog for package usb_cam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.5.0 (2023-01-14)
6+
------------------
7+
* Merge pull request `#212 <https://github.com/flynneva/usb_cam/issues/212>`_ from flynneva/203-refactor-usb-cam-library-with-no-ros-deps
8+
Improve ros2 rewrite some more
9+
* Ensure usb_cam lib and node are installed
10+
* Add missing include to test_usb_cam_lib
11+
* Rename format enums to make code easier to read
12+
* Make supported formats a member variable of the UsbCam class
13+
* Adjust get_image method to return image to reduce required args
14+
* Use unused arguments in MJPEG2RGB conversion function
15+
* Treat all compiler warnings as errors to be more strict
16+
* Improve logging errors for usb_cam lib
17+
* Fix opencv include path
18+
* Merge pull request `#210 <https://github.com/flynneva/usb_cam/issues/210>`_ from revanthsenthil/ros2
19+
ROS 2 installation instruction typo fix
20+
* Merge branch 'ros-drivers:ros2' into ros2
21+
* Merge pull request `#209 <https://github.com/flynneva/usb_cam/issues/209>`_ from flynneva/203-refactor-usb-cam-library-with-no-ros-deps
22+
Refactor usb cam library with no ros deps
23+
* Update README.md
24+
resolved error with `apt-get` from `apt get`
25+
* Add back in missing copyrights
26+
* Improve supported formats method for UsbCam object
27+
* Fix MJPEG2RGB conversion function
28+
* Enable code coverage using lcov
29+
* Add integration test for usb_cam lib
30+
* Clean up usb_cam lib, remove rclcpp dep
31+
* Bump default framerate to 30hz
32+
* Improve CLIPVALUE method, add unit test for it
33+
* Fix humble CI name
34+
* Add some basic unit tests to usb_cam
35+
* Remove ROS dep from usb_cam by rewriting timestamping of frames
36+
* Restructure usb_cam code into more digestible pieces
37+
* Merge pull request `#207 <https://github.com/flynneva/usb_cam/issues/207>`_ from flynneva/fix-compiler-warnings
38+
Fix compiler warnings, replace deprecated code
39+
* Add basic linters to CMake, fix linter errors found
40+
* Fix compiler warnings, replace deprecated code
41+
* Merge pull request `#206 <https://github.com/flynneva/usb_cam/issues/206>`_ from flynneva/ros2
42+
Add humble to CI
43+
* Add humble to CI
44+
* Merge pull request `#177 <https://github.com/flynneva/usb_cam/issues/177>`_ from benmaidel/feature/YUV420_ros2
45+
[ros2] add support for YUV420 (yu12) pixel format
46+
* Merge pull request `#193 <https://github.com/flynneva/usb_cam/issues/193>`_ from mad0x60/patch-1
47+
* update the deprecated uncompressed command
48+
The current ros2 image decompression command produces the following warning because it is deprecated:
49+
[WARN] [1662133933.155713605] [rcl]: Found remap rule 'in/compressed:=image_raw/compressed'. This syntax is deprecated. Use '--ros-args --remap in/compressed:=image_raw/compressed' instead.
50+
[WARN] [1662133933.155877454] [rcl]: Found remap rule 'out:=image_raw/uncompressed'. This syntax is deprecated. Use '--ros-args --remap out:=image_raw/uncompressed' instead.
51+
This change update to match the most recent ROS2 format
52+
* Merge pull request `#189 <https://github.com/flynneva/usb_cam/issues/189>`_ from flynneva/ros2
53+
Suppress libav deprecated pixel format used warnings (backport from #…
54+
* Suppress libav deprecated pixel format used warnings (backport from `#115 <https://github.com/flynneva/usb_cam/issues/115>`_)
55+
* Merge branch 'ros2' into feature/YUV420_ros2
56+
* Merge pull request `#188 <https://github.com/flynneva/usb_cam/issues/188>`_ from krsche/feat/ros2-add-h264-support
57+
* feat: add color_format param to support yuv422p
58+
required for using cams like the Logitech C920 with the h264 pixel_format
59+
* feat: add h264 support
60+
* Merge pull request `#185 <https://github.com/flynneva/usb_cam/issues/185>`_ from progtologist/ros2
61+
Enabled dynamic reconfiguration of usb_cam_node
62+
* Added debug print in callback
63+
Co-authored-by: Evan Flynn <[email protected]>
64+
* Merge pull request `#186 <https://github.com/flynneva/usb_cam/issues/186>`_ from ros-drivers/prep-for-release
65+
Prep for release
66+
* Enabled dynamic reconfiguration of usb_cam_node
67+
* Merge branch 'ros2' into feature/YUV420_ros2
68+
* add support for YUV420 (yu12) pixel format
69+
* Contributors: Andrei Vukolov, Aris Synodinos, Benjamin Maidel, Evan Flynn, Fabian Kirschner, Mohamed Moustafa, Revanth S
70+
571
0.4.2 (2022-04-25)
672
------------------
773
* Minor bump for release

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>usb_cam</name>
5-
<version>0.4.2</version>
5+
<version>0.5.0</version>
66
<description>A ROS2 Driver for V4L USB Cameras</description>
77

88
<maintainer email="[email protected]">Evan Flynn</maintainer>

0 commit comments

Comments
 (0)