File tree 4 files changed +27
-8
lines changed 4 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_msgs
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 1.0.0 (2018-05-29)
6
+ ------------------
7
+ * added sensors
8
+ * deleted unused msg and srv
9
+ * separated turtlebot3_msgs and applications related messages
10
+ * merged pull request `#10 <https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues/10 >`_ `#9 <https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues/9 >`_ `#8 <https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues/8 >`_ `#7 <https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues/7 >`_
11
+ * Contributors: Darby Lim, Gilbert, Pyo
12
+
5
13
0.1.5 (2018-03-14)
6
14
------------------
7
15
* modified CMakeLists.txt and package for package format v2
Original file line number Diff line number Diff line change 1
1
################################################################################
2
- # CMake
2
+ # Set minimum required version of cmake, project name and compile options
3
3
################################################################################
4
4
cmake_minimum_required (VERSION 2.8.3)
5
5
project (turtlebot3_msgs)
6
6
7
7
################################################################################
8
- # Packages
8
+ # Find catkin packages and libraries for catkin and system dependencies
9
9
################################################################################
10
10
find_package (catkin REQUIRED COMPONENTS
11
11
std_msgs
12
12
message_generation
13
13
)
14
14
15
+ ################################################################################
16
+ # Setup for python modules and scripts
17
+ ################################################################################
18
+
15
19
################################################################################
16
20
# Declare ROS messages, services and actions
17
21
################################################################################
18
22
add_message_files(
19
- DIRECTORY msg
20
23
FILES
21
24
SensorState.msg
22
25
VersionInfo.msg
@@ -33,7 +36,7 @@ generate_messages(
33
36
################################################################################
34
37
35
38
################################################################################
36
- # Catkin specific configuration
39
+ # Declare catkin specific configuration to be passed to dependent projects
37
40
################################################################################
38
41
catkin_package(
39
42
CATKIN_DEPENDS std_msgs message_runtime
Original file line number Diff line number Diff line change 17
17
- [ turtlebot3] ( https://github.com/ROBOTIS-GIT/turtlebot3 )
18
18
- [ turtlebot3_msgs] ( https://github.com/ROBOTIS-GIT/turtlebot3_msgs )
19
19
- [ turtlebot3_simulations] ( https://github.com/ROBOTIS-GIT/turtlebot3_simulations )
20
+ - [ turtlebot3_applications_msgs] ( https://github.com/ROBOTIS-GIT/turtlebot3_applications_msgs )
20
21
- [ turtlebot3_applications] ( https://github.com/ROBOTIS-GIT/turtlebot3_applications )
21
22
- [ turtlebot3_autorace] ( https://github.com/ROBOTIS-GIT/turtlebot3_autorace )
22
23
- [ turtlebot3_deliver] ( https://github.com/ROBOTIS-GIT/turtlebot3_deliver )
23
24
- [ hls_lfcd_lds_driver] ( https://github.com/ROBOTIS-GIT/hls_lfcd_lds_driver )
25
+ - [ open_manipulator_msgs] ( https://github.com/ROBOTIS-GIT/open_manipulator_msgs )
24
26
- [ open_manipulator] ( https://github.com/ROBOTIS-GIT/open_manipulator )
27
+ - [ open_manipulator_simulations] ( https://github.com/ROBOTIS-GIT/open_manipulator_simulations )
28
+ - [ open_manipulator_perceptions] ( https://github.com/ROBOTIS-GIT/open_manipulator_perceptions )
29
+ - [ open_manipulator_with_tb3_msgs] ( https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_msgs )
30
+ - [ open_manipulator_with_tb3] ( https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3 )
31
+ - [ open_manipulator_with_tb3_simulations] ( https://github.com/ROBOTIS-GIT/open_manipulator_with_tb3_simulations )
25
32
- [ dynamixel_sdk] ( https://github.com/ROBOTIS-GIT/DynamixelSDK )
26
33
- [ dynamixel_workbench] ( https://github.com/ROBOTIS-GIT/dynamixel-workbench )
27
34
- [ OpenCR-Hardware] ( https://github.com/ROBOTIS-GIT/OpenCR-Hardware )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >turtlebot3_msgs</name >
4
- <version >0.1.5 </version >
4
+ <version >1.0.0 </version >
5
5
<description >
6
6
Message and service types: custom messages and services for TurtleBot3 packages
7
7
</description >
8
8
<license >Apache 2.0</license >
9
9
<
author email =
" [email protected] " >Pyo</
author >
10
10
<
author email =
" [email protected] " >Darby Lim</
author >
11
+ <
author email =
" [email protected] " >Gilbert</
author >
11
12
<
maintainer email =
" [email protected] " >Pyo</
maintainer >
12
- <url type =" bugtracker" >https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url >
13
+ <url type =" website" >http://wiki.ros.org/turtlebot3_msgs</url >
14
+ <url type =" emanual" >http://turtlebot3.robotis.com</url >
13
15
<url type =" repository" >https://github.com/ROBOTIS-GIT/turtlebot3_msgs</url >
14
- <url type =" website" >http://turtlebot3.robotis.com</url >
15
- <buildtool_depend >catkin</buildtool_depend >
16
+ <url type =" bugtracker" >https://github.com/ROBOTIS-GIT/turtlebot3_msgs/issues</url > <buildtool_depend >catkin</buildtool_depend >
16
17
<depend >std_msgs</depend >
17
18
<build_depend >message_generation</build_depend >
18
19
<build_export_depend >message_runtime</build_export_depend >
You can’t perform that action at this time.
0 commit comments