Skip to content

Commit b41f06f

Browse files
authored
Merge pull request #33 from ROBOTIS-GIT/develop
updated the CHANGELOG and version to release binary packages
2 parents 3ad23fd + 78a0a2e commit b41f06f

File tree

14 files changed

+55
-10
lines changed

14 files changed

+55
-10
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ notifications:
1919
env:
2020
matrix:
2121
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
22-
# - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=jessie
23-
# - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
24-
# - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
22+
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
23+
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
24+
matrix:
25+
allow_failures:
26+
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
2527
branches:
2628
only:
2729
- master
2830
- develop
2931
- kinetic-devel
32+
- melodic-devel
3033
install:
3134
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
3235
script:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## ROS Packages for TurtleBot3 Applications
55
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
66
|:---:|:---:|:---:|
7-
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_applications.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_applications)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications)|-|
7+
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_applications.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_applications)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications.svg?branch=melodic-devel)](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications)|
88

99
## ROBOTIS e-Manual for TurtleBot3
1010
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
@@ -26,6 +26,7 @@
2626
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
2727
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
2828
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)
29+
- [robotis_manipulator](https://github.com/ROBOTIS-GIT/robotis_manipulator)
2930
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs)
3031
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
3132
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations)

turtlebot3_applications/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package turtlebot3_applications
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2019-01-23)
6+
------------------
7+
* added launch file for automatic_parking node `#22 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/22>`_
8+
* created launch and removed .py
9+
* modified follower
10+
* added follower node runnable from anywhere `#25 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/25>`_
11+
* Contributors: Daniel Ingram, Gilbert, Darby Lim, Pyo
12+
513
1.0.0 (2018-05-29)
614
------------------
715
* added turtlebot3_automatic_parking

turtlebot3_applications/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_applications</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
ROS packages for the turtlebot3 applications (meta package)
77
</description>
@@ -14,6 +14,7 @@
1414
<author>Ashe Kim</author>
1515
<author>Leon Jung</author>
1616
<maintainer email="[email protected]">Pyo</maintainer>
17+
<maintainer email="[email protected]">Gilbert</maintainer>
1718
<url type="website">http://wiki.ros.org/turtlebot3_applications</url>
1819
<url type="emanual">http://turtlebot3.robotis.com</url>
1920
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>

turtlebot3_automatic_parking/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package turtlebot3_automatic_parking
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2019-01-23)
6+
------------------
7+
* added launch file for automatic_parking node `#22 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/22>`_
8+
* created launch and removed .py
9+
* Contributors: Gilbert, Darby Lim, Pyo
10+
511
1.0.0 (2018-05-29)
612
------------------
713
* added turtlebot3_automatic_parking

turtlebot3_automatic_parking/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_automatic_parking</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
77
</description>
88
<license>Apache 2.0</license>
99
<author email="[email protected]">Gilbert</author>
1010
<maintainer email="[email protected]">Pyo</maintainer>
11+
<maintainer email="[email protected]">Gilbert</maintainer>
1112
<url type="website">http://wiki.ros.org/turtlebot3_automatic_parking</url>
1213
<url type="emanual">http://turtlebot3.robotis.com</url>
1314
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>

turtlebot3_automatic_parking_vision/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package turtlebot3_automatic_parking_vision
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2019-01-23)
6+
------------------
7+
* none
8+
59
1.0.0 (2018-05-29)
610
------------------
711
* added turtlebot3_automatic_parking_vision

turtlebot3_automatic_parking_vision/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_automatic_parking_vision</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
Package for TurtleBot3 automatic_parking which uses ar code. This example needs a printed ar code and a TurtleBot3.
77
</description>
88
<license>Apache 2.0</license>
9+
<author email="[email protected]">Gilbert</author>
910
<author>Leon Jung</author>
1011
<maintainer email="[email protected]">Pyo</maintainer>
12+
<maintainer email="[email protected]">Gilbert</maintainer>
1113
<url type="website">http://wiki.ros.org/turtlebot3_automatic_parking_vision</url>
1214
<url type="emanual">http://turtlebot3.robotis.com</url>
1315
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>

turtlebot3_follow_filter/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package turtlebot3_follow_filter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.1.0 (2019-01-23)
6+
------------------
7+
* none
8+
59
1.0.0 (2018-05-29)
610
------------------
711
* none

turtlebot3_follow_filter/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_follow_filter</name>
4-
<version>1.0.0</version>
4+
<version>1.1.0</version>
55
<description>
66
turtlebot3_follow_filter package using laser_filters for turtlebot3_follower package
77
</description>
88
<license>Apache 2.0</license>
9+
<author email="[email protected]">Gilbert</author>
910
<author>Christopher Tatsch</author>
1011
<author>Ashe Kim</author>
1112
<maintainer email="[email protected]">Pyo</maintainer>
13+
<maintainer email="[email protected]">Gilbert</maintainer>
1214
<url type="website">http://wiki.ros.org/turtlebot3_follow_filter</url>
1315
<url type="emanual">http://turtlebot3.robotis.com</url>
1416
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>

0 commit comments

Comments
 (0)