Skip to content

Commit

Permalink
updated the CHANGELOG and version to release binary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Feb 19, 2018
1 parent 1c5d033 commit 25609ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
8 changes: 8 additions & 0 deletions dynamixel_workbench_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package dynamixel_workbench_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.7 (2018-02-19)
-----------
* modified description
* modified msg and srv files
* modified package config
* changed license
* Contributors: Darby Lim

0.1.6 (2017-10-19)
-----------
* modified for independent package
Expand Down
9 changes: 4 additions & 5 deletions dynamixel_workbench_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ project(dynamixel_workbench_msgs)
################################################################################
find_package(catkin REQUIRED COMPONENTS
message_generation
std_msgs
)

################################################################################
Expand Down Expand Up @@ -45,7 +46,7 @@ add_service_files(
)

generate_messages(
DEPENDENCIES
DEPENDENCIES std_msgs
)

################################################################################
Expand All @@ -56,15 +57,13 @@ generate_messages(
# Catkin specific configuration
################################################################################
catkin_package(
CATKIN_DEPENDS message_generation
CATKIN_DEPENDS message_runtime std_msgs
)

################################################################################
# Build
################################################################################
include_directories(
${catkin_INCLUDE_DIRS}
)


################################################################################
# Install
Expand Down
6 changes: 3 additions & 3 deletions dynamixel_workbench_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<package>
<name>dynamixel_workbench_msgs</name>
<version>0.1.6</version>
<version>0.1.7</version>
<description>
dynamixel_workbench_msgs package
This package includes ROS messages and services for dynamixel-workbench packages</description>
<license>BSD</license>
<license>Apache License 2.0</license>
<author email="thlim@robotis.com">Darby Lim</author>
<maintainer email="pyo@robotis.com">Pyo</maintainer>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/dynamixel-workbench-msgs/issues</url>
Expand All @@ -14,7 +14,7 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>message_generation</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>std_msgs</run_depend>
<export></export>
</package>

0 comments on commit 25609ab

Please sign in to comment.