We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5281209 commit 944c8e2Copy full SHA for 944c8e2
README.md
@@ -31,7 +31,8 @@ This package currently supports ROS 2 Humble only. Ensure that ROS 2 Humble is p
31
32
```bash
33
cd ~/${WORKSPACE}/src
34
- git clone https://github.com/your-repository/dynamixel_hardware_interface.git
+ git clone -b humble https://github.com/ROBOTIS-GIT/dynamixel_hardware_interface.git
35
+ git clone -b humble https://github.com/ROBOTIS-GIT/dynamixel_interfaces.git
36
```
37
38
2. Build the package:
0 commit comments