Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #44 from continental/release-0.0.17
Browse files Browse the repository at this point in the history
Release 0.0.17
  • Loading branch information
flynneva authored Aug 28, 2020
2 parents b9f657f + b1248c5 commit c815b89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Changelog for package hfl_driver
* Merge pull request `#28 <https://github.com/continental/hfl_driver/issues/28>`_ from continental/ros1/main
* Contributors: Evan Flynn

0.0.17 (2020-08-28)
-------------------
* Merge pull request `#42 <https://github.com/continental/hfl_driver/issues/42>`_ from continental/ros1/main
* fixed build export depend typo
* add dynamic_reconfigure to build depend
* Contributors: Evan Flynn

0.0.16 (2020-08-28)
-------------------
* Merge pull request `#38 <https://github.com/continental/hfl_driver/issues/38>`_ from continental/ros1/main
Expand Down
5 changes: 4 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>hfl_driver</name>
<version>0.0.16</version>
<version>0.0.17</version>

<description>The hfl package</description>

Expand Down Expand Up @@ -32,6 +32,7 @@
<build_depend>image_transport</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>dynamic_reconfigure</build_depend>

<exec_depend>nodelet</exec_depend>
<exec_depend>roscpp</exec_depend>
Expand All @@ -50,6 +51,7 @@
<exec_depend>message_generation</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>


<build_export_depend>nodelet</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
Expand All @@ -66,6 +68,7 @@
<build_export_depend>udp_com</build_export_depend>
<build_export_depend>image_transport</build_export_depend>
<build_export_depend>cv_bridge</build_export_depend>
<build_export_depend>dynamic_reconfigure</build_export_depend>

<test_depend>rostest</test_depend>
<test_depend>roslint</test_depend>
Expand Down

0 comments on commit c815b89

Please sign in to comment.