From 6d6dbedf96b294fd187881cc3698e33c5e47a0e9 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Mon, 22 Apr 2019 08:30:23 +0000 Subject: [PATCH] 2.0.1 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de89e616..1054d730 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package opencv_apps ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.0.1 (2019-04-22) +------------------ * 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 diff --git a/package.xml b/package.xml index eeba497d..ea68f4f3 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ opencv_apps - 2.0.0 + 2.0.1

opencv_apps provides various nodes that run internally OpenCV's functionalities and publish the result as ROS topics. With opencv_apps, you can skip writing OpenCV application codes for a lot of its functionalities by simply running a launch file that corresponds to OpenCV's functionality you want.