Skip to content

Commit 1452436

Browse files
authored
Merge pull request #10 from ROBOTIS-GIT/master
merge for sync kinetic-devel and master branch
2 parents 32e977e + 770c58f commit 1452436

File tree

8 files changed

+49
-77
lines changed

8 files changed

+49
-77
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ compiler:
1212
- gcc
1313
notifications:
1414
email:
15-
on_success: always
15+
on_success: change
1616
on_failure: always
1717
recipients:
1818
@@ -29,4 +29,4 @@ install:
2929
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
3030
script:
3131
- source .ci_config/travis.sh
32-
32+

CMakeLists.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ project(turtlebot3_msgs)
99
################################################################################
1010
find_package(catkin REQUIRED COMPONENTS
1111
std_msgs
12-
sensor_msgs
1312
message_generation
1413
)
1514

@@ -21,21 +20,12 @@ add_message_files(
2120
FILES
2221
SensorState.msg
2322
VersionInfo.msg
24-
PanoramaImg.msg
2523
Sound.msg
2624
)
2725

28-
add_service_files(
29-
DIRECTORY srv
30-
FILES
31-
TakePanorama.srv
32-
SetFollowState.srv
33-
)
34-
3526
generate_messages(
3627
DEPENDENCIES
3728
std_msgs
38-
sensor_msgs
3929
)
4030

4131
################################################################################
@@ -46,7 +36,7 @@ generate_messages(
4636
# Catkin specific configuration
4737
################################################################################
4838
catkin_package(
49-
CATKIN_DEPENDS std_msgs sensor_msgs message_runtime
39+
CATKIN_DEPENDS std_msgs message_runtime
5040
)
5141

5242
################################################################################

README.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
1-
<img src="https://raw.githubusercontent.com/ROBOTIS-GIT/ROBOTIS-Documents/master/wiki-images/Turtlebot3/Turtlebot3_logo.jpg" width="300">
1+
# TurtleBot3
22

3-
# TurtleBot3 Messages Package
4-
[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_msgs.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_msgs) [![Build Status](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=master)](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs)
3+
<img src="https://github.com/ROBOTIS-GIT/emanual/blob/master/assets/images/platform/turtlebot3/logo_turtlebot3.png" width="300">
54

6-
# TurtleBot3 Packages
5+
## ROS Packages for TurtleBot3 Messages
6+
|Version|Kinetic + Ubuntu Xenial|Melodic + Ubuntu Bionic|
7+
|:---:|:---:|:---:|
8+
|[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_msgs.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fturtlebot3_msgs)|[![Build Status](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs.svg?branch=kinetic-devel)](https://travis-ci.org/ROBOTIS-GIT/turtlebot3_msgs)|-|
9+
10+
## ROBOTIS e-Manual for TurtleBot3
11+
- [ROBOTIS e-Manual for TurtleBot3](http://turtlebot3.robotis.com/)
12+
13+
## Wiki for turtlebot3_msgs Packages
14+
- http://wiki.ros.org/turtlebot3_msgs
15+
16+
## Open Source related to TurtleBot3
717
- [turtlebot3](https://github.com/ROBOTIS-GIT/turtlebot3)
818
- [turtlebot3_msgs](https://github.com/ROBOTIS-GIT/turtlebot3_msgs)
919
- [turtlebot3_simulations](https://github.com/ROBOTIS-GIT/turtlebot3_simulations)
1020
- [turtlebot3_applications](https://github.com/ROBOTIS-GIT/turtlebot3_applications)
21+
- [turtlebot3_autorace](https://github.com/ROBOTIS-GIT/turtlebot3_autorace)
22+
- [turtlebot3_deliver](https://github.com/ROBOTIS-GIT/turtlebot3_deliver)
23+
- [hls_lfcd_lds_driver](https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver)
24+
- [open_manipulator](https://github.com/ROBOTIS-GIT/open_manipulator)
25+
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK)
26+
- [dynamixel_workbench](https://github.com/ROBOTIS-GIT/dynamixel-workbench)
27+
- [OpenCR-Hardware](https://github.com/ROBOTIS-GIT/OpenCR-Hardware)
28+
- [OpenCR](https://github.com/ROBOTIS-GIT/OpenCR)
1129

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

msg/PanoramaImg.msg

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

msg/SensorState.msg

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
# CONSTANTS
33
########################################
44
# Bumper states (states are combined, when multiple bumpers are pressed)
5-
uint8 BUMPER_RIGHT = 1
6-
uint8 BUMPER_CENTER = 2
7-
uint8 BUMPER_LEFT = 4
5+
uint8 BUMPER_FORWARD = 1
6+
uint8 BUMPER_BACKWARD = 2
87

98
# Cliff sensor states (states are combined, when multiple cliff sensors are triggered)
10-
uint8 CLIFF_RIGHT = 1
11-
uint8 CLIFF_CENTER = 2
12-
uint8 CLIFF_LEFT = 4
9+
uint8 CLIFF = 1
1310

14-
# Button states (only one button can be triggered at a time)
11+
# Sonar sensor states (states are combined, when multiple sonar sensors are triggered)
12+
uint8 SONAR = 1
13+
14+
# Illumination sensor (states are combined, when multiple illumination sensors are triggered)
15+
uint8 ILLUMINATION = 1
16+
17+
# Button states (states are combined, when multiple buttons are pressed)
1518
uint8 BUTTON0 = 1
1619
uint8 BUTTON1 = 2
17-
uint8 BUTTON2 = 4
1820

1921
# Motor errors
2022
uint8 ERROR_LEFT_MOTOR = 1
@@ -27,9 +29,12 @@ uint8 TORQUE_OFF = 2
2729
########################################
2830
# Messages
2931
########################################
30-
Header header
31-
uint8 bumper
32-
uint8 cliff
32+
Header header
33+
uint8 bumper
34+
float32 cliff
35+
float32 sonar
36+
float32 illumination
37+
uint8 led
3338
uint8 button
3439
bool torque
3540
int32 left_encoder # (-2,147,483,648 ~ 2,147,483,647)

package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<url type="website">http://turtlebot3.robotis.com</url>
1515
<buildtool_depend>catkin</buildtool_depend>
1616
<depend>std_msgs</depend>
17-
<depend>sensor_msgs</depend>
1817
<build_depend>message_generation</build_depend>
1918
<build_export_depend>message_runtime</build_export_depend>
2019
<exec_depend>message_runtime</exec_depend>

srv/SetFollowState.srv

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

srv/TakePanorama.srv

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

0 commit comments

Comments
 (0)