-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add dynamixel_rdk_manager README
- korean support - how to use
- Loading branch information
Showing
5 changed files
with
45 additions
and
0 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,22 @@ | ||
# Dynamixel RDK Manager | ||
|
||
Simple GUI for Dynamixel RDK. | ||
|
||
## Features | ||
- Supports Sync Read and Sync Write | ||
- Supports Bulk Read and Bulk Write | ||
- Supports Dynamixel RDK Messages | ||
|
||
## Requirements | ||
| Component | Version/Distribution | Notes | | ||
|-----------|----------------------|-------| | ||
| ROS2 | Humble or higher | Recommended ROS2 distributions | | ||
| Dynamixel RDK | [github](https://github.com/mjlee111/dynamixel-RDK) | Dynamixel RDK for controlling Dynamixel | | ||
| Qt | 5.15.2 or higher | Qt for GUI | | ||
|
||
## How to Use | ||
```bash | ||
$ ros2 run dynamixel_rdk_manager dynamixel_rdk_manager | ||
``` | ||
|
||
![image](../docs/images/rdk_manager_gui_sample.png) |
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,21 @@ | ||
# Dynamixel RDK Manager | ||
|
||
Dynamixel RDK를 위한 간단한 GUI입니다. | ||
|
||
## Features | ||
- Sync Read 및 Sync Write 지원 | ||
- Bulk Read 및 Bulk Write 지원 | ||
- Dynamixel RDK 메시지 지원 | ||
|
||
## Requirements | ||
| Component | Version/Distribution | Notes | | ||
|-----------|----------------------|-------| | ||
| ROS2 | Humble or higher | 권장 ROS2 배포 | | ||
| Qt | 5.15.2 or higher | GUI를 위한 Qt | | ||
|
||
## How to Use | ||
```bash | ||
$ ros2 run dynamixel_rdk_manager dynamixel_rdk_manager | ||
``` | ||
|
||
![image](../docs/images/rdk_manager_gui_sample.png) |