From cdb8e4e433a31bdd23d9cc3888ac4e9507a82502 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Mon, 22 Apr 2019 08:30:05 +0000 Subject: [PATCH] update changelog --- CHANGELOG.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ff33bfe..de89e616 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,41 @@ Changelog for package opencv_apps ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* support catkin_lint and clang-format tests in travis.yml (`#93 `_) + + * override is not supported gcc4.6 (12.04), remove this fix and add NOLINT + * clang-tidy code need c++11 + * fix code by run-clang-tidy -fix + * fix format by clang-format + * fix CMakeLists.txt and package.xml for catkin_lint + * support catkin_lint and clang-format tests + +* add queue_size parameter to all nodes, see `#83 `_ (`#92 `_) + + * add queue_size arg to launch files + * sometimes simple_example_test fails with 'average rate (36.121Hz) exceeded maximum (35.000Hz)' + +* add queue_size parameter to all nodes, see `#83 `_ +* add melodic badge +* Contributors: Furushchev, Hironori Fujimoto, Kei Okada, higashide, iory, moju zhao +* add melodic badge +* Add lk flow params trackbar (`#78 `_) +* Remove duplication of add_library for simple_flow (`#88 `_) + ${_opencv_apps_nodelet_cppfiles} adds simple_flow to library but also + ${${PROJECT_NAME}_EXTRA_FILES} does same thing + +* Do not pefrom face recognition process without the trained data (`#91 `_) + + * Add warning logger to prompt face data tranining + * Add a check to decide whether to perform the face recognition in callback function, according to the content of th + +* fback_flow: add option to set 'queue_size' (`#83 `_) +* travis.yml: add melodic and remove jade (`#84 `_) +* [face_detection.launch] Fixed path of haarcascade xml for OpenCV-3.3.1 (`#79 `_) +* Contributors: Yuki Furuta, Hironori Fujimoto, Kei Okada, Taichi Higashide, Iory Yanokura, Moju Zhao + 2.0.0 (2017-11-20) ------------------ * Fix namespace and pkg name of nodelets (Closes (`#21 `_)) (`#74 `_)