Skip to content

Commit 86358fc

Browse files
author
Taehun Lim
authored
Merge branch 'master' into develop
2 parents 9afb2fa + 4c47d8d commit 86358fc

File tree

18 files changed

+111
-247
lines changed

18 files changed

+111
-247
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ compiler:
1212
- gcc
1313
notifications:
1414
email:
15-
on_success: always
15+
on_success: change
1616
on_failure: always
1717
recipients:
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

README.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,41 @@
1-
<img src="https://raw.githubusercontent.com/ROBOTIS-GIT/ROBOTIS-Documents/master/wiki-images/Turtlebot3/Turtlebot3_logo.jpg" width="300">
1+
# TurtleBot3
2+
<img src="https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/logo_turtlebot3.png" width="300">
23

3-
# TurtleBot3 Applications Package
4-
[![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=master)](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_applications)
4+
## ROS Packages for TurtleBot3 Applications
5+
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
6+
|:---:|:---:|:---:|
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)|-|
58

6-
# TurtleBot3 Packages
9+
## ROBOTIS e-Manual for TurtleBot3
10+
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
11+
12+
## Wiki for turtlebot3_applications Packages
13+
- http://wiki.ros.org/turtlebot3_applications (metapackage)
14+
- http://wiki.ros.org/turtlebot3_automatic_parking
15+
- http://wiki.ros.org/turtlebot3_automatic_parking_vision
16+
- http://wiki.ros.org/turtlebot3_follow_filter
17+
- http://wiki.ros.org/turtlebot3_follower
18+
- http://wiki.ros.org/turtlebot3_panorama
19+
20+
## Open Source related to TurtleBot3
721
- [turtlebot3](https://github.com/ROBOTIS-GIT/turtlebot3)
822
- [turtlebot3_msgs](https://github.com/ROBOTIS-GIT/turtlebot3_msgs)
923
- [turtlebot3_simulations](https://github.com/ROBOTIS-GIT/turtlebot3_simulations)
1024
- [turtlebot3_applications](https://github.com/ROBOTIS-GIT/turtlebot3_applications)
1125
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
26+
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
27+
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)
28+
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
29+
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK)
30+
- [dynamixel_workbench](https://github.com/ROBOTIS-GIT/dynamixel-workbench)
31+
- [OpenCR-Hardware](https://github.com/ROBOTIS-GIT/OpenCR-Hardware)
32+
- [OpenCR](https://github.com/ROBOTIS-GIT/OpenCR)
1233

13-
# TurtleBot3 Documents
14-
- http://turtlebot3.robotis.com/
15-
- http://www.turtlebot.com/
16-
-
34+
## Documents and Videos related to TurtleBot3
35+
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
36+
- [ROBOTIS e-Manual for OpenManipulator](http://emanual.robotis.com/docs/en/platform/openmanipulator/)
37+
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/)
38+
- [ROBOTIS e-Manual for Dynamixel Workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/)
39+
- [Website for TurtleBot Series](http://www.turtlebot.com/)
40+
- [e-Book for TurtleBot3](https://community.robotsource.org/t/download-the-ros-robot-programming-book-for-free/51/)
41+
- [Videos for TurtleBot3 ](https://www.youtube.com/playlist?list=PLRG6WP3c31_XI3wlvHlx2Mp8BYqgqDURU)

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.

0 commit comments

Comments
 (0)