- ROS Robotics Projects
- Lentin Joseph
- 265字
- 2021-04-02 20:29:14
Building social robots
A service or social robot may have capabilities to perceive the world using inbuilt cameras, interact with humans using speech and make decisions using artificial intelligence algorithms. These kinds of robots are a bit complicated in design, we can see a typical building block diagram of a social robot in the following figure.

Figure 2: Block diagram of a typical social robot
The robot has sensors such as tactile sensor, camera, microphone, and touch screen and will have some actuators for its movement. The actuators will help the robot to move its head or body. There may be mobile service robots which has extra motors for navigation.
Inside the software block, you may can find modules for perception which handle camera data and finding necessary objects from the scene, speech recognition/synthesis, artificial intelligence modules, robot controller modules for controlling the actuators, decision-making node which combine all data from sensors and makes the final decision on what to do next. The ROS driver layer help to interface all sensors, actuators to ROS and the GUI can be an interactive visualization in the LCD panel.
In this chapter, we are going to implement the speech recognition or synthesis block with artificial intelligence which can communicate with people using text and speech. The reply from the bot should be like a human's.
We are going to implement a simple AI Chatbot using AIML (Artificial Intelligence Markup Language) which can be integrated to a social robot.
Let's see how to make software for such an interactive robot, starting with the prerequisites to build the software.
- C語言程序設計基礎與實驗指導
- Blender 3D Incredible Machines
- Julia Cookbook
- Learn React with TypeScript 3
- 從0到1:Python數據分析
- PhoneGap:Beginner's Guide(Third Edition)
- Oracle GoldenGate 12c Implementer's Guide
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- OpenStack Networking Essentials
- 一步一步跟我學Scratch3.0案例
- Android Studio Cookbook
- 算法設計與分析:基于C++編程語言的描述
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Arduino機器人系統設計及開發
- Visual C++程序設計與項目實踐