- 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.
- Python編程自學手冊
- R語言數據可視化之美:專業圖表繪制指南
- Hands-On Data Structures and Algorithms with JavaScript
- Flink SQL與DataStream入門、進階與實戰
- Python 3破冰人工智能:從入門到實戰
- Spring快速入門
- 單片機C語言程序設計實訓100例
- 持續輕量級Java EE開發:編寫可測試的代碼
- Beginning C++ Game Programming
- Raspberry Pi Robotic Blueprints
- Android應用開發實戰
- Python商務數據分析(微課版)
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- 算法精解:C語言描述
- HTML5程序開發范例寶典