-
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.
- Loading branch information
1 parent
163fe60
commit 2226961
Showing
14 changed files
with
329 additions
and
327 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# Dynamixel workbench packages | ||
# Dynamixel Workbench Metapackage | ||
[![GitHub version](https://badge.fury.io/gh/ROBOTIS-GIT%2Fdynamixel-workbench.svg)](https://badge.fury.io/gh/ROBOTIS-GIT%2Fdynamixel-workbench) [![Build Status](https://travis-ci.org/ROBOTIS-GIT/dynamixel-workbench.svg?branch=master)](https://travis-ci.org/ROBOTIS-GIT/dynamixel-workbench) | ||
|
||
[![Build Status](https://travis-ci.org/ROBOTIS-GIT/dynamixel-workbench.svg)](https://travis-ci.org/ROBOTIS-GIT/dynamixel-workbench) | ||
# Documents for dynamixel_workbench packages | ||
- [ROBOTIS e-Manual](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/#package-description) | ||
- http://wiki.ros.org/dynamixel_workbench | ||
|
||
For more information, please check the document below. | ||
# ROS packages related to Dynamixel Workbench | ||
- [dynamixel_sdk](https://github.com/ROBOTIS-GIT/DynamixelSDK) | ||
- [dynamixel_workbench](https://github.com/ROBOTIS-GIT/dynamixel-workbench) | ||
- [dynamixel_workbench_msgs](https://github.com/ROBOTIS-GIT/dynamixel-workbench-msgs) | ||
|
||
[ROS Wiki for Dynamixel workbench](http://wiki.ros.org/dynamixel_workbench) | ||
|
||
[e-Manual for Dynamixel workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/) | ||
# Documents and Videos for Dynamixel Workbench | ||
- [ROBOTIS e-Manual for Dynamixel SDK](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/) | ||
- [ROBOTIS e-Manual for Dynamixel Workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/) |
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,24 +1,19 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<package format="2"> | ||
<name>dynamixel_workbench_controllers</name> | ||
<version>0.2.3</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 License 2.0</license> | ||
<license>Apache 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/issues</url> | ||
<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> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>roscpp</build_depend> | ||
<build_depend>dynamixel_sdk</build_depend> | ||
<build_depend>dynamixel_workbench_msgs</build_depend> | ||
<build_depend>dynamixel_workbench_toolbox</build_depend> | ||
<run_depend>roscpp</run_depend> | ||
<run_depend>dynamixel_sdk</run_depend> | ||
<run_depend>dynamixel_workbench_msgs</run_depend> | ||
<run_depend>dynamixel_workbench_toolbox</run_depend> | ||
<export></export> | ||
<depend>roscpp</depend> | ||
<depend>dynamixel_workbench_msgs</depend> | ||
<depend>dynamixel_workbench_toolbox</depend> | ||
</package> |
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,19 +1,18 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<package format="2"> | ||
<name>dynamixel_workbench_operators</name> | ||
<version>0.2.3</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 License 2.0</license> | ||
<license>Apache 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/issues</url> | ||
<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> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>roscpp</build_depend> | ||
<build_depend>dynamixel_workbench_msgs</build_depend> | ||
<run_depend>roscpp</run_depend> | ||
<run_depend>dynamixel_workbench_msgs</run_depend> | ||
<depend>roscpp</depend> | ||
<depend>dynamixel_workbench_msgs</depend> | ||
</package> |
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,25 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<package format="2"> | ||
<name>dynamixel_workbench_single_manager</name> | ||
<version>0.2.3</version> | ||
<description> | ||
This package is single manager for a Dynamixel. | ||
It provides a terminal environment to check the status of Dynamixel and control it before using Dynamixel | ||
</description> | ||
<license>Apache License 2.0</license> | ||
<license>Apache 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/issues</url> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench_single_manager</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> | ||
<url type="website">http://wiki.ros.org/dynamixel_workbench</url> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/dynamixel-workbench/issues</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>roscpp</build_depend> | ||
<build_depend>dynamixel_sdk</build_depend> | ||
<build_depend>dynamixel_workbench_msgs</build_depend> | ||
<build_depend>dynamixel_workbench_toolbox</build_depend> | ||
<run_depend>roscpp</run_depend> | ||
<run_depend>dynamixel_sdk</run_depend> | ||
<run_depend>dynamixel_workbench_msgs</run_depend> | ||
<run_depend>dynamixel_workbench_toolbox</run_depend> | ||
<export></export> | ||
<depend>roscpp</depend> | ||
<depend>dynamixel_workbench_msgs</depend> | ||
<depend>dynamixel_workbench_toolbox</depend> | ||
</package> |
Oops, something went wrong.