Skip to content

Commit 016d975

Browse files
committed
docs: Update README with Dynamixel SDK clone instructions
- must use the humble branch source(ros2 branch[apt target] does not have the fast protocol implemented)
1 parent b90c4d8 commit 016d975

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ ROS 2 package providing a hardware interface for controlling [Dynamixel](https:/
1111

1212
This package currently supports ROS 2 Humble only. Ensure that ROS 2 Humble is properly installed (ROS 2 Humble installation guide).
1313

14-
- [Dynamixel SDK](https://github.com/ROBOTIS-GIT/DynamixelSDK):
15-
- Install the Dynamixel SDK using the following command:
16-
17-
```bash
18-
sudo apt install ros-humble-dynamixel-sdk
19-
```
20-
2114
- Hardware Requirements:
2215

2316
- Dynamixel servos
@@ -31,6 +24,7 @@ This package currently supports ROS 2 Humble only. Ensure that ROS 2 Humble is p
3124

3225
```bash
3326
cd ~/${WORKSPACE}/src
27+
git clone -b humble https://github.com/ROBOTIS-GIT/DynamixelSDK.git
3428
git clone -b humble https://github.com/ROBOTIS-GIT/dynamixel_hardware_interface.git
3529
git clone -b humble https://github.com/ROBOTIS-GIT/dynamixel_interfaces.git
3630
```

0 commit comments

Comments
 (0)