Skip to content

Commit 6a54d8a

Browse files
author
Jihoon Lee
committed
update changelog
1 parent 5a44cdd commit 6a54d8a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Add "default_stream_type" parameter (`#84 <https://github.com/RobotWebTools/web_video_server/issues/84>`_)
8+
This allows users to specify default stream type in their .launch files. Using a "ros_compressed" stream type sometimes
9+
results in a much lower resource consumption, and having it set as a default is much nicer for end users.
10+
* Add a workaround for MultipartStream constant busy state (`#83 <https://github.com/RobotWebTools/web_video_server/issues/83>`_)
11+
* Add a workaround for MultipartStream constant busy state
12+
* Remove C++11 features
13+
* lax rule for topic name (`#77 <https://github.com/RobotWebTools/web_video_server/issues/77>`_)
14+
* Add PngStreamer (`#74 <https://github.com/RobotWebTools/web_video_server/issues/74>`_)
15+
* fix SteadyTimer check for backported ROS versions (`#71 <https://github.com/RobotWebTools/web_video_server/issues/71>`_)
16+
i.e. on current kinetic
17+
* Pkg format 2 (`#68 <https://github.com/RobotWebTools/web_video_server/issues/68>`_)
18+
* use package format 2
19+
* add missing dependency on sensor_msgs
20+
* fixed undeclared CODEC_FLAG_GLOBAL_HEADER (`#65 <https://github.com/RobotWebTools/web_video_server/issues/65>`_)
21+
* Contributors: Andreas Klintberg, Dirk Thomas, Felix Ruess, Kazuto Murase, Viktor Kunovski, sfalexrog
22+
523
0.1.0 (2018-07-01)
624
------------------
725
* Avoid queuing of images on slow ethernet connection (`#64 <https://github.com/RobotWebTools/web_video_server/issues/64>`_)

0 commit comments

Comments
 (0)