8.1.2.6. 安裝 ROBOTIS ROS 套件

ROBOTIS ROS Packages 套件包含:

如何安裝 ROBOTIS ROS 套件

  • 從 Github 下載原始碼

 $ cd ~/catkin_ws/src
 $ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Framework.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Framework-msgs.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Math.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-OP3.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Demo.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-msgs.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Tools.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-OP3-Common.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Utility.git
 $ git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Optimization.git
  • Build 下載的原始碼

 $ cd ~/catkin_ws
 $ catkin_make

Last updated