An open API service indexing awesome lists of open source software.

https://github.com/mjlee111/dynamixel-rdk-manager

simple GUI based Dynamixel RDK manager.
https://github.com/mjlee111/dynamixel-rdk-manager

Last synced: 3 months ago
JSON representation

simple GUI based Dynamixel RDK manager.

Awesome Lists containing this project

README

        

# 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/rdk_manager_gui_sample.png)