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:/
1111
1212This 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 ```
You can’t perform that action at this time.
0 commit comments