-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #312 from ROBOTIS-GIT/develop
update log and package info
- Loading branch information
Showing
9 changed files
with
55 additions
and
13 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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>dynamixel_workbench</name> | ||
<version>2.0.0</version> | ||
<version>2.2.0</version> | ||
<description> | ||
Dynamixel-Workbench is dynamixel solution for ROS. | ||
This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel. | ||
|
@@ -10,8 +10,8 @@ | |
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<maintainer email="thlim@robotis.com">Darby Lim</maintainer> | ||
<author email="jhshim@robotis.com">Ryan Shim</author> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/dynamixel-workbench</url> | ||
|
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,14 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>dynamixel_workbench_controllers</name> | ||
<version>2.0.0</version> | ||
<version>2.2.0</version> | ||
<description> | ||
This package contains examples of applying the 'dynamixel_workbench_toolbox' library developed on the basis of dynamixel_sdk to various operating modes of Dynamixel. | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<maintainer email="thlim@robotis.com">Darby Lim</maintainer> | ||
<author email="jhshim@robotis.com">Ryan Shim</author> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench_controllers</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/dynamixel-workbench</url> | ||
|
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,14 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>dynamixel_workbench_operators</name> | ||
<version>2.0.0</version> | ||
<version>2.2.0</version> | ||
<description> | ||
This package contains nodes that control the Dynamixel by communicating with the server registered in the 'dynamixel_workbench_controllers' package | ||
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<maintainer email="thlim@robotis.com">Darby Lim</maintainer> | ||
<author email="jhshim@robotis.com">Ryan Shim</author> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench_operators</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/dynamixel-workbench</url> | ||
|
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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>dynamixel_workbench_toolbox</name> | ||
<version>2.0.0</version> | ||
<version>2.2.0</version> | ||
<description> | ||
This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class. | ||
The 'dynamixel_item' is saved as control table item and information of Dynamixels. | ||
|
@@ -11,8 +11,8 @@ | |
</description> | ||
<license>Apache 2.0</license> | ||
<author email="[email protected]">Darby Lim</author> | ||
<maintainer email="pyo@robotis.com">Pyo</maintainer> | ||
<maintainer email="thlim@robotis.com">Darby Lim</maintainer> | ||
<author email="jhshim@robotis.com">Ryan Shim</author> | ||
<maintainer email="willson@robotis.com">Will Son</maintainer> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench_toolbox</url> | ||
<url type="emanual">http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/dynamixel-workbench</url> | ||
|