Skip to content

Commit 11494a2

Browse files
committed
update changelog, tag release
1 parent 10c10fb commit 11494a2

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

CHANGELOG.rst

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,69 @@
22
Changelog for package usb_cam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.3.7 (2018-10-29)
5+
0.4.0 (2021-07-21)
66
------------------
7+
* bump version for ros2 first release
8+
* add galactic to ci, closes `#157 <https://github.com/ros-drivers/usb_cam/issues/157>`_
9+
update camera name
10+
* Merge pull request `#158 <https://github.com/ros-drivers/usb_cam/issues/158>`_ from wep21/feature/add_camera_info
11+
Feature/add camera info
12+
* Add sample camera info yaml
13+
* Add camera info
14+
* Merge pull request `#156 <https://github.com/ros-drivers/usb_cam/issues/156>`_ from wep21/feature/composable_node
15+
* Make usb_cam_node composable
16+
* Merge pull request `#153 <https://github.com/ros-drivers/usb_cam/issues/153>`_ from flynneva/lint/make-utils-file
17+
* add utils file, fix lint errors
18+
* Merge pull request `#151 <https://github.com/ros-drivers/usb_cam/issues/151>`_ from flynneva/fix/remove-boost
19+
* replace boost lexical_cast with snprintf
20+
* Merge pull request `#149 <https://github.com/ros-drivers/usb_cam/issues/149>`_ from flynneva/fix/update-readme
21+
fix readme headers
22+
* fix readme headers
23+
* Merge pull request `#148 <https://github.com/ros-drivers/usb_cam/issues/148>`_ from flynneva/update-ros2-readme-and-lint
24+
Update ros2 readme and lint
25+
* fix most lint errors
26+
* update readme, fix linter errors
27+
* Merge pull request `#146 <https://github.com/ros-drivers/usb_cam/issues/146>`_ from flynneva/ros2-clean-up
28+
Ros2 clean up
29+
* fix show_image script lag
30+
* run, launch and params file working
31+
* add service, install launch, separate header
32+
* Merge pull request `#139 <https://github.com/ros-drivers/usb_cam/issues/139>`_ from flynneva/cmake-cleanup
33+
consolidate srcs, use ament_auto macros, closes `#138 <https://github.com/ros-drivers/usb_cam/issues/138>`_
34+
* consolidate srcs, use ament_auto macros, closes `#137 <https://github.com/ros-drivers/usb_cam/issues/137>`_ `#138 <https://github.com/ros-drivers/usb_cam/issues/138>`_
35+
* Merge pull request `#132 <https://github.com/ros-drivers/usb_cam/issues/132>`_ from flynneva/foxy
36+
updates for foxy
37+
* add myself to authors
38+
* fixing lint errors
39+
* add ros2 github actions
40+
* minor updates to foxy
41+
* adding launch file
42+
try to fix low framerate `#103 <https://github.com/ros-drivers/usb_cam/issues/103>`_
43+
add ros parameters
44+
loading more parameters from parameter server `#103 <https://github.com/ros-drivers/usb_cam/issues/103>`_
45+
use argparse to get arguments from command line
46+
untested correction to args
47+
ignore unknown args
48+
set proper default device and look for more bad return values
49+
trying to find why framerate is limited to about 8 fps
50+
framerate ok for low-exposure settings
51+
print list of valid formats `#105 <https://github.com/ros-drivers/usb_cam/issues/105>`_
52+
* use the v4l2_buffer timestamp if available. `#75 <https://github.com/ros-drivers/usb_cam/issues/75>`_
53+
usb_cam.cpp is building but untested `#103 <https://github.com/ros-drivers/usb_cam/issues/103>`_
54+
Builds but crashes immediately after running
55+
data is getting published, no image shown
56+
image shown, frame rate is very slow `#103 <https://github.com/ros-drivers/usb_cam/issues/103>`_
57+
* move the timestamping closer to when the image was acquired. `#75 <https://github.com/ros-drivers/usb_cam/issues/75>`_
58+
* Merge pull request `#136 <https://github.com/ros-drivers/usb_cam/issues/136>`_ from flynneva/patch-1
59+
add myself as a maintainer for ros2
60+
* add myself as a maintainer for ros2
61+
* Merge pull request `#124 <https://github.com/ros-drivers/usb_cam/issues/124>`_ from k-okada/add_noetic
62+
add noetic .travis.yml
63+
* add noetic .travis.yml
64+
* Contributors: Evan Flynn, Kei Okada, Lucas Walter, flynneva, wep21
765

66+
0.3.7 (2018-10-29)
67+
------------------
868
* ROS2 version
969

1070
0.3.6 (2017-06-15)

0 commit comments

Comments
 (0)