8.1.2.5. 安裝用於 OP3 的 ROS 套件

  • face_detecting 人臉偵測

    • 使用於視覺 demo 的 ROS 套件

  $ cd ~/catkin_ws/src
  $ git clone https://github.com/ROBOTIS-GIT/face_detection.git
  $ cd ~/catkin_ws
  $ catkin_make
 $ sudo apt install ros-kinetic-robot-upstart  
  • usb_cam

    • USB 攝影機的 ROS 套件

  $ cd ~/catkin_ws/src
  $ git clone https://github.com/bosch-ros-pkg/usb_cam.git
  $ cd ~/catkin_ws
  $ catkin_make
  $ sudo apt install v4l-utils
  • qt_ros

humanoid_navigation

  • footstep planner 腳步規劃器套件

  • 安裝先決條件的套件

Last updated

Was this helpful?