updated the CHANGELOG and version to release binary packages
This commit is contained in:
parent
0b0581d297
commit
21980c5f39
12
ball_detector/CHANGELOG.rst
Normal file
12
ball_detector/CHANGELOG.rst
Normal 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
|
@ -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
12
op3_demo/CHANGELOG.rst
Normal 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
|
@ -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.
|
||||
|
12
robotis_op3_demo/CHANGELOG.rst
Normal file
12
robotis_op3_demo/CHANGELOG.rst
Normal 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
|
Loading…
Reference in New Issue
Block a user