|
2 | 2 | Changelog for package usb_cam
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
5 |
| -Forthcoming |
6 |
| ------------ |
| 5 | +0.7.0 (2023-08-30) |
| 6 | +------------------ |
| 7 | +* Fix mjpeg invalid ptr and mjpeg memory leak |
| 8 | +* Allocate unique avpacket for each frame |
| 9 | +* Fix some minor memorly leaks for mjpeg |
| 10 | + Relates to `#262 <https://github.com/ros-drivers/usb_cam/issues/262>`_ |
| 11 | +* Update docs to new launch file name |
| 12 | + Closes `#277 <https://github.com/ros-drivers/usb_cam/issues/277>`_ |
| 13 | +* Only unref packet in destructor |
| 14 | + Closes `#274 <https://github.com/ros-drivers/usb_cam/issues/274>`_ `#275 <https://github.com/ros-drivers/usb_cam/issues/275>`_ |
| 15 | +* Enable manaul trigger of ROS 2 CI, add Iron, deprecate Foxy |
| 16 | +* Add Iron to CI, remove Foxy |
| 17 | +* Enable manaul trigger of ROS 2 CI |
| 18 | +* Fix memory leaks in mjpeg2rgb conversion |
| 19 | +* Add SANITIZE option to package to help with debugging, document it |
| 20 | +* Fix memory leaks caused by buffer allocation by using smart pointers |
| 21 | +* Fix linter errors |
| 22 | +* Update params2 file for second camera |
| 23 | +* Fixed wrong image timestamp due to missing handling of microseconds in epoch time shift |
| 24 | +* Removed debug output of timestamp |
| 25 | +* Fixed wring image timestamp due to missing handling of microseconds in epoch time shift. |
| 26 | +* Address multiple memory leak issues after ros2 rewrite |
| 27 | +* Remove EOL Galactic distro from CI |
| 28 | +* Address multiple memory leak issues after ros2 rewrite |
| 29 | +* Create CameraConfig class, use it in launch file |
| 30 | +* imports no longer needed. |
| 31 | +* Multiple cameras + compression |
| 32 | +* Remove debug print accidentally added |
7 | 33 | * Clean up ROS 2 node, update parameter logic
|
8 |
| -* Contributors: Evan Flynn |
| 34 | +* Contributors: Boitumelo Ruf, Brendon Cintas, Evan Flynn |
9 | 35 |
|
10 | 36 | 0.6.0 (2023-04-02)
|
11 | 37 | ------------------
|
|
0 commit comments