updated the CHANGELOG and version to release binary packages

This commit is contained in:
Pyo 2018-03-30 23:31:48 +09:00
parent 0b0581d297
commit 21980c5f39
5 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package ball_detector
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2018-03-30)
------------------
* first release
* added launch files in order to move the camera setting to op3_camera_setting package
* added missing package in find_package()
* refacoring to release
* splited repositoryfrom ROBOTIS-OP3
* Contributors: Kayman, Zerom, Pyo

View File

@ -9,6 +9,7 @@
</description>
<license>Apache 2.0</license>
<author email="kmjung@robotis.com">Kayman</author>
<author email="zerom@robotis.com">Zerom</author>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<url type="website">http://wiki.ros.org/ball_detector</url>
<url type="emanual">http://emanual.robotis.com/docs/en/platform/op3/introduction/</url>

12
op3_demo/CHANGELOG.rst Normal file
View File

@ -0,0 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package op3_demo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2018-03-30)
------------------
* first release
* added launch files in order to move the camera setting to op3_camera_setting package
* added missing package in find_package()
* refacoring to release
* splited repositoryfrom ROBOTIS-OP3
* Contributors: Kayman, Yoshimaru Tanaka, Pyo

View File

@ -22,7 +22,7 @@ find_package(catkin REQUIRED COMPONENTS
)
find_package(Boost REQUIRED COMPONENTS thread)
find_package(Eigen REQUIRED)
find_package(Eigen3 REQUIRED)
## Resolve system dependency on yaml-cpp, which apparently does not
## provide a CMake find_package() module.

View File

@ -0,0 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package robotis_op3_demo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.0 (2018-03-30)
------------------
* first release
* added launch files in order to move the camera setting to op3_camera_setting package
* added missing package in find_package()
* refacoring to release
* splited repositoryfrom ROBOTIS-OP3
* Contributors: Kayman, Zerom, Yoshimaru Tanaka, Pyo