Skip to content

Commit

Permalink
Merge pull request #33 from ROBOTIS-GIT/develop
Browse files Browse the repository at this point in the history
updated the CHANGELOG and version to release binary packages
  • Loading branch information
robotpilot authored Jan 23, 2019
2 parents 3ad23fd + 78a0a2e commit b41f06f
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ notifications:
env:
matrix:
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
# - ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=jessie
# - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
# - ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=bionic
- ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
matrix:
allow_failures:
- env: ROS_DISTRO=melodic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=debian OS_CODE_NAME=stretch
branches:
only:
- master
- develop
- kinetic-devel
- melodic-devel
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## ROS Packages for TurtleBot3 Applications
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
|:---:|:---:|:---:|
|[![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)|-|
|[![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)|

## ROBOTIS e-Manual for TurtleBot3
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
Expand All @@ -26,6 +26,7 @@
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)
- [robotis_manipulator](https://github.com/ROBOTIS-GIT/robotis_manipulator)
- [open_manipulator_msgs](https://github.com/ROBOTIS-GIT/open_manipulator_msgs)
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
- [open_manipulator_simulations](https://github.com/ROBOTIS-GIT/open_manipulator_simulations)
Expand Down
8 changes: 8 additions & 0 deletions turtlebot3_applications/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_applications
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2019-01-23)
------------------
* added launch file for automatic_parking node `#22 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/22>`_
* created launch and removed .py
* modified follower
* added follower node runnable from anywhere `#25 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/25>`_
* Contributors: Daniel Ingram, Gilbert, Darby Lim, Pyo

1.0.0 (2018-05-29)
------------------
* added turtlebot3_automatic_parking
Expand Down
3 changes: 2 additions & 1 deletion turtlebot3_applications/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_applications</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
ROS packages for the turtlebot3 applications (meta package)
</description>
Expand All @@ -14,6 +14,7 @@
<author>Ashe Kim</author>
<author>Leon Jung</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Gilbert</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_applications</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
Expand Down
6 changes: 6 additions & 0 deletions turtlebot3_automatic_parking/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package turtlebot3_automatic_parking
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2019-01-23)
------------------
* added launch file for automatic_parking node `#22 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/22>`_
* created launch and removed .py
* Contributors: Gilbert, Darby Lim, Pyo

1.0.0 (2018-05-29)
------------------
* added turtlebot3_automatic_parking
Expand Down
3 changes: 2 additions & 1 deletion turtlebot3_automatic_parking/package.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_automatic_parking</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
Package for turtlebot3 automatic_parking. You need a reflective tape and real robots. You can see parking spot using this pacakge on rviz.
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Gilbert</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Gilbert</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_automatic_parking</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
Expand Down
4 changes: 4 additions & 0 deletions turtlebot3_automatic_parking_vision/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package turtlebot3_automatic_parking_vision
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2019-01-23)
------------------
* none

1.0.0 (2018-05-29)
------------------
* added turtlebot3_automatic_parking_vision
Expand Down
4 changes: 3 additions & 1 deletion turtlebot3_automatic_parking_vision/package.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_automatic_parking_vision</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
Package for TurtleBot3 automatic_parking which uses ar code. This example needs a printed ar code and a TurtleBot3.
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Gilbert</author>
<author>Leon Jung</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Gilbert</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_automatic_parking_vision</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
Expand Down
4 changes: 4 additions & 0 deletions turtlebot3_follow_filter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package turtlebot3_follow_filter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2019-01-23)
------------------
* none

1.0.0 (2018-05-29)
------------------
* none
Expand Down
4 changes: 3 additions & 1 deletion turtlebot3_follow_filter/package.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_follow_filter</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
turtlebot3_follow_filter package using laser_filters for turtlebot3_follower package
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Gilbert</author>
<author>Christopher Tatsch</author>
<author>Ashe Kim</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Gilbert</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_follow_filter</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
Expand Down
6 changes: 6 additions & 0 deletions turtlebot3_follower/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package turtlebot3_follower
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2019-01-23)
------------------
* modified follower
* added follower node runnable from anywhere `#25 <https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues/25>`_
* Contributors: Daniel Ingram, Darby Lim, Gilbert, Pyo

1.0.0 (2018-05-29)
------------------
* none
Expand Down
4 changes: 3 additions & 1 deletion turtlebot3_follower/package.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_follower</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
The follower demo was implemented using a 360 Laser Distance Sensor LDS-01. The classification algorithm is used based on previous fitting with samples of person and obstacles positions to take actions. It follows someone in front of the robot within a 50 centimeter range and 140 degrees.
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Gilbert</author>
<author>Christopher Tatsch</author>
<author>Ashe Kim</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Gilbert</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_follower</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
Expand Down
4 changes: 4 additions & 0 deletions turtlebot3_panorama/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package turtlebot3_panorama
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2019-01-23)
------------------
* none

1.0.0 (2018-05-29)
------------------
* deleted unused msg
Expand Down
3 changes: 2 additions & 1 deletion turtlebot3_panorama/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>turtlebot3_panorama</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>
This app utilises pano_ros for taking snapshots and stitching them together to create panorama pictures.
</description>
Expand All @@ -11,6 +11,7 @@
<author>Marcus Liebhardt</author>
<author>Christopher Tatsch</author>
<maintainer email="[email protected]">Pyo</maintainer>
<maintainer email="[email protected]">Gilbert</maintainer>
<url type="website">http://wiki.ros.org/turtlebot3_panorama</url>
<url type="emanual">http://turtlebot3.robotis.com</url>
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
Expand Down

0 comments on commit b41f06f

Please sign in to comment.