Skip to content

Commit 8f3ccce

Browse files
committed
Modified the description of package
Signed-off-by: Pyo <[email protected]>
1 parent 09b6e35 commit 8f3ccce

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Changelog for package dynamixel_hardware_interface
44

55
1.0.0 (2024-12-04)
66
------------------
7-
* updated the CHANGELOG
7+
* First release of dynamixel_hardware_interface package
88
* Contributors: Hye-Jong Kim, Sungho Woo

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,28 @@
22

33
## **1. Introduction**
44

5-
ROS 2 package providing a hardware interface for controlling [Dynamixel](https://www.robotis.us/dynamixel/) motors via the ros2_control framework. This repository includes the **dynamixel_hardware_interface plugin** for seamless integration with ROS 2 control, along with the dynamixel_interfaces package containing custom message definitions used by the interface
5+
ROS 2 package providing a hardware interface for controlling [Dynamixel](https://www.dynamixel.com/) motors via the [ros2_control framework](https://github.com/ros-controls/ros2_control). This repository includes the **dynamixel_hardware_interface plugin** for seamless integration with ROS 2 control, along with the [dynamixel_interfaces](https://github.com/ROBOTIS-GIT/dynamixel_interfaces) package containing custom message definitions used by the interface
66

77
---
88

99
## 2. **Prerequisites**
1010

1111
![ROS 2 Humble](https://img.shields.io/badge/ROS2-Humble-blue)
12+
1213
This package currently supports ROS 2 Humble only. Ensure that ROS 2 Humble is properly installed (ROS 2 Humble installation guide).
1314

14-
- Dynamixel SDK: Install the Dynamixel SDK using the following command:
15+
- [Dynamixel SDK](https://github.com/ROBOTIS-GIT/DynamixelSDK):
16+
- Install the Dynamixel SDK using the following command:
1517

16-
```bash
17-
sudo apt install ros-humble-dynamixel-sdk
18-
```
18+
```bash
19+
sudo apt install ros-humble-dynamixel-sdk
20+
```
1921

2022
- Hardware Requirements:
2123

2224
- Dynamixel servos
2325
- USB2 Dynamixel or U2D2 adapter
24-
- Proper power supply for Dynamixel motors.
26+
- Proper power supply for Dynamixel motors
2527

2628
---
2729

@@ -282,4 +284,3 @@ We welcome contributions! Please follow the guidelines in [CONTRIBUTING.md](CONT
282284
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
283285

284286
---
285-

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<name>dynamixel_hardware_interface</name>
44
<version>1.0.0</version>
55
<description>
6-
ROS2 package for dynamixel_hardware_interface
6+
ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework.
77
</description>
88
<maintainer email="[email protected]">Pyo</maintainer>
9-
<license>Apache-2.0</license>
9+
<license>Apache 2.0</license>
1010
<author email="[email protected]">Hye-Jong KIM</author>
1111
<author email="[email protected]">Sungho Woo</author>
1212

0 commit comments

Comments
 (0)