-
Notifications
You must be signed in to change notification settings - Fork 416
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 #25 from ROBOTIS-GIT/develop
added package information for wrapping version for ROS
- Loading branch information
Showing
5 changed files
with
106 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
| Dynamixel SDK Version | 1.X | 2.X | 3.X ([Download](https://github.com/ROBOTIS-GIT/DynamixelSDK/archive/master.zip)) | | ||
| ------------- | ------------- | ------------- | ------------- | | ||
| Release date| 2010.05.16 | 2015.02.10 | 2016.03.08 | | ||
| Latest version released |||3.3.3| | ||
| Latest version released |||3.4.0| | ||
| OS | Linux | Windows | Linux + Windows | | ||
| Available Dynamixel models | All models | All models | All models | | ||
||||| | ||
|
@@ -27,14 +27,15 @@ | |
| | | | Python | | ||
| | | | Java | | ||
| (C++ ver. Library binded)¹| C++| | C++| | ||
| | | | ROS | | ||
|
||
#####¹ C++ ver. Library is not optimized in binding other languages. Please use C ver. Library instead. | ||
--------------------------------------------------------------------------- | ||
* ####Here we opened [FAQ board](https://github.com/ROBOTIS-GIT/DynamixelSDK/wiki/FAQ). You may get your keys faster! | ||
* ####Here we opened [FAQ board](https://github.com/ROBOTIS-GIT/DynamixelSDK/wiki/FAQ). You may get your keys faster! | ||
|
||
* ####But any questions related with DynamixelSDK are always welcomed. Just let me know at: [ISSUES](https://github.com/ROBOTIS-GIT/DynamixelSDK/issues) | ||
|
||
* ####For the other questions, including Hardware-wise problems on your Dynamixels, please contact to [email protected] | ||
* ####For the other questions, including Hardware-wise problems on your Dynamixels, please contact to [email protected] | ||
|
||
* ####See 'How to use' in [Dynamixel SDK Manual](https://github.com/ROBOTIS-GIT/DynamixelSDK/wiki) | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package dynamixel_sdk | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
3.4.0 (2016-08-12) | ||
----------- | ||
* first public release for Kinetic | ||
* added package information for wrapping version for ROS | ||
* added ROS catkin package files. | ||
* linux build file for SBC | ||
* License marks for example codes | ||
* Resource Files comments Korean -> English | ||
* Update Makefile | ||
* Update Makefile | ||
* comments modified & aligned | ||
* Release folders in c++ example removed & dxl_monitor.cpp Capital function name modified as ROS c++ code style & included file paths of packet/port handler in dynamixel_sdk.h removed and added parent header file | ||
* Update dxl_monitor.cpp | ||
* file opened | ||
* folder name modification error solved | ||
* License specified | ||
* Code Style modified into ROS C++ coding style | ||
Function & File Names changed into underscored | ||
* Group Bulk/Sync class ClearParam() function changed. | ||
* dll file name changed | ||
* dll file name changed | ||
* Comment modified | ||
* [Protocol1PacketHandler] | ||
RxPacket packet length re-calculate bug fixed. | ||
* [Protocol2PacketHandler] | ||
RxPacket packet length re-calculate bug fixed. | ||
* Makefile updated | ||
Source reorganization | ||
* Windows version updated | ||
Makefile modified | ||
Source reorganization | ||
* GroupBulkRead : GetData function bug fixed. | ||
* [GroupBulkRead / GroupSyncRead] | ||
added IsAvailable() function | ||
modified GetData() function | ||
* GetData() function changed. | ||
* reducing the count of calling MakeParam function | ||
* added rxpacket error check | ||
* ReadTxRx function modified. (to use TxRxPacket function) | ||
* DXL Monitor program arguments added. | ||
* if the last bulk_read / sync_read result is failure -> GetData return false | ||
* communication result & rx packet error print function modified. | ||
* first release | ||
* Contributors: Leon, ROBOTIS, ROBOTIS-zerom, leon, pyo, sadtale |
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,15 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>dynamixel_sdk</name> | ||
<version>0.1.0</version> | ||
<description>The dynamixel_sdk package</description> | ||
|
||
<maintainer email="[email protected]">robotis</maintainer> | ||
<version>3.4.0</version> | ||
<description>This package is wrapping version of ROBOTIS Dynamxel SDK for ROS. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.</description> | ||
<license>BSD</license> | ||
<!-- <url type="website">http://wiki.ros.org/dynamixel_sdk</url> --> | ||
<author email="[email protected]">ROBOTIS</author> | ||
|
||
<author email="[email protected]">zerom</author> | ||
<author email="[email protected]">Leon</author> | ||
<maintainer email="[email protected]">pyo</maintainer> | ||
<url type="bugtracker">https://github.com/ROBOTIS-GIT/DynamixelSDK/issues</url> | ||
<url type="repository">https://github.com/ROBOTIS-GIT/DynamixelSDK</url> | ||
<url type="website">http://wiki.ros.org/dynamixel_sdk</url> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>roscpp</build_depend> | ||
<run_depend>roscpp</run_depend> | ||
</package> | ||
<export></export> | ||
</package> |