File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ ROS 2 package providing a hardware interface for controlling [Dynamixel](https:/
11
11
12
12
This package currently supports ROS 2 Humble only. Ensure that ROS 2 Humble is properly installed (ROS 2 Humble installation guide).
13
13
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
-
21
14
- Hardware Requirements:
22
15
23
16
- Dynamixel servos
@@ -31,6 +24,7 @@ This package currently supports ROS 2 Humble only. Ensure that ROS 2 Humble is p
31
24
32
25
``` bash
33
26
cd ~ /${WORKSPACE} /src
27
+ git clone -b humble https://github.com/ROBOTIS-GIT/DynamixelSDK.git
34
28
git clone -b humble https://github.com/ROBOTIS-GIT/dynamixel_hardware_interface.git
35
29
git clone -b humble https://github.com/ROBOTIS-GIT/dynamixel_interfaces.git
36
30
```
You can’t perform that action at this time.
0 commit comments