Skip to content

Commit e632876

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent a625548 commit e632876

File tree

18 files changed

+79
-239
lines changed

18 files changed

+79
-239
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ notifications:
1818
1919
env:
2020
matrix:
21-
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian
21+
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=debian OS_NAME=ubuntu OS_CODE_NAME=xenial
2222
# - 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
2325
branches:
2426
only:
2527
- master
@@ -29,4 +31,4 @@ install:
2931
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
3032
script:
3133
- source .ci_config/travis.sh
32-
34+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Wiki for turtlebot3_applications Packages
1313
- http://wiki.ros.org/turtlebot3_applications (metapackage)
1414
- http://wiki.ros.org/turtlebot3_automatic_parking
15+
- http://wiki.ros.org/turtlebot3_automatic_parking_vision
1516
- http://wiki.ros.org/turtlebot3_follow_filter
1617
- http://wiki.ros.org/turtlebot3_follower
1718
- http://wiki.ros.org/turtlebot3_panorama

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+
0.2.0 (2018-04-20)
6+
------------------
7+
* added turtlebot3 automatic parking vision example source code (turtlebot3_automatic_parking_vision)
8+
* changes to ar_marker_alvar from ar_pose package (turtlebot3_automatic_parking_vision)
9+
* fixed recovering method of automatic parking using vision (turtlebot3_automatic_parking_vision)
10+
* added angles of center, start, end into spot filter (turtlebot3_automatic_parking)
11+
* Contributors: Leon Jung, Gilbert, Pyo
12+
513
0.1.0 (2018-03-14)
614
------------------
715
* added turtlebot3_automatic_parking pkg

turtlebot3_applications/package.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_applications</name>
4-
<version>0.1.0</version>
4+
<version>0.2.0</version>
55
<description>
66
ROS packages for the turtlebot3 applications (meta package)
77
</description>
88
<license>Apache 2.0</license>
99
<license>BSD</license>
10-
<author>Christopher Tatsch</author>
11-
<author>Ashe Kim</author>
12-
<author email="[email protected]">Leon Jung</author>
13-
<author email="[email protected]">Darby Lim</author>
1410
<author email="[email protected]">Gilbert</author>
11+
<author email="[email protected]">Darby Lim</author>
12+
<author email="[email protected]">Leon Jung</author>
1513
<author email="[email protected]">Pyo</author>
14+
<author>Christopher Tatsch</author>
15+
<author>Ashe Kim</author>
1616
<maintainer email="[email protected]">Pyo</maintainer>
17-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues</url>
17+
<url type="website">http://wiki.ros.org/turtlebot3</url>
18+
<url type="emanual">http://turtlebot3.robotis.com</url>
1819
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
19-
<url type="website">http://turtlebot3.robotis.com</url>
20+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues</url>
2021
<buildtool_depend>catkin</buildtool_depend>
2122
<exec_depend>turtlebot3_automatic_parking</exec_depend>
2223
<exec_depend>turtlebot3_automatic_parking_vision</exec_depend>

turtlebot3_automatic_parking/CHANGELOG.rst

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

5+
0.2.0 (2018-04-20)
6+
------------------
7+
* added angles of center, start, end into spot filter
8+
* Contributors: Gilbert
9+
510
0.1.0 (2018-03-14)
611
------------------
712
* added turtlebot3_automatic_parking pkg

turtlebot3_automatic_parking/package.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>turtlebot3_automatic_parking</name>
4-
<version>0.1.0</version>
4+
<version>0.2.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-
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues</url>
11+
<url type="website">http://wiki.ros.org/turtlebot3</url>
12+
<url type="emanual">http://turtlebot3.robotis.com</url>
1213
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_applications</url>
13-
<url type="website">http://turtlebot3.robotis.com</url>
14+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_applications/issues</url>
1415
<buildtool_depend>catkin</buildtool_depend>
1516
<depend>rospy</depend>
1617
<depend>std_msgs</depend>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package turtlebot3_automatic_parking_vision
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.2.0 (2018-04-20)
6+
------------------
7+
* added turtlebot3 automatic parking vision example source code
8+
* changes to ar_marker_alvar from ar_pose package
9+
* fixed recovering method of automatic parking using vision
10+
* Contributors: Leon Jung, Pyo
11+
12+
0.1.0 (2018-03-15)
13+
------------------
14+
* none

turtlebot3_automatic_parking_vision/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

turtlebot3_automatic_parking_vision/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

turtlebot3_automatic_parking_vision/launch/turtlebot3_automatic_parking_vision.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<node pkg="tf" type="static_transform_publisher" name="camera_rgb_optical_frame_to_cam"
2121
args="0 0 0 0 0 0 camera_rgb_optical_frame camera 10" />
2222

23-
<node name="ar_track_alvar" pkg="ar_track_alvar" type="individualMarkersNoKinect" respawn="false" output="screen">
23+
<node pkg="ar_track_alvar" type="individualMarkersNoKinect" name="ar_track_alvar" respawn="false" output="screen">
2424
<param name="marker_size" type="double" value="8.0" />
2525
<param name="max_new_marker_error" type="double" value="0.08" />
2626
<param name="max_track_error" type="double" value="0.2" />

0 commit comments

Comments
 (0)