- ROS Robotics Projects
- Lentin Joseph
- 174字
- 2021-04-02 20:29:09
Chapter 2. Face Detection and Tracking Using ROS, OpenCV and Dynamixel Servos
One of the capabilities of most service and social robots is face detection and tracking. These robots can identify faces and can move their heads according to the human face that moves around it. There are numerous implementations of face detection and tracking systems on the Web. Most trackers have a pan-and-tilt mechanism, and a camera is mounted on the top of the servos. In this chapter, we will see a simple tracker that only has a pan mechanism. We are going to use a USB webcam mounted on an AX-12 Dynamixel servo. The controlling of Dynamixel servo and image processing are done in ROS.
The following topics will be covered in this chapter:
- An overview of the project
- Hardware and software prerequisites
- Configuring Dynamixel AX-12 servos
- The connection diagram of the project
- Interfacing Dynamixel with ROS
- Creating ROS packages for a face tracker and controller
- The ROS-OpenCV interface
- Implementing a face tracker and face tracker controller
- The final run
推薦閱讀
- Docker and Kubernetes for Java Developers
- Learning Cython Programming(Second Edition)
- Building Modern Web Applications Using Angular
- Linux C/C++服務器開發實踐
- PostgreSQL技術內幕:事務處理深度探索
- 跟小海龜學Python
- 數據結構習題精解(C語言實現+微課視頻)
- QGIS:Becoming a GIS Power User
- 嚴密系統設計:方法、趨勢與挑戰
- HTML5+CSS3 Web前端開發技術(第2版)
- JSP程序設計實例教程(第2版)
- Clojure for Java Developers
- Spring Data JPA從入門到精通
- jQuery Mobile Web Development Essentials(Second Edition)
- The Python Apprentice