-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the CHANGELOG and version to release binary packages
- Loading branch information
1 parent
1c5d033
commit 25609ab
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="[email protected]">Darby Lim</author> | ||
<maintainer email="[email protected]">Pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/dynamixel-workbench-msgs/issues</url> | ||
|
@@ -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> |