- ROS Robotics Projects
- Lentin Joseph
- 304字
- 2021-04-02 20:29:05
Chapter 1. Getting Started with ROS Robotics Application Development
Robotics is one of the upcoming technologies that can change the world. Robots can replace people in many ways, and we are all afraid of them stealing our jobs. One thing is for sure: robotics will be one of the influential technologies in the future. When a new technology gains momentum, the opportunities in that field also increase. This means that robotics and automation can generate lot of job opportunities in the future.
One of the main areas in robotics that can provide mass job opportunities is robotics software development. As we all know, software gives life to a robot or any machine. We can expand a robot's capabilities through software. If a robot exists, its capabilities such as control, sensing, and intelligence are realized using software.
Robotics software involves a combination of related technologies, such as computer vision, artificial intelligence, and control theory. In short, developing software for a robot is not a simple task; it may require expertise in many fields.
If you're looking for mobile application development in iOS or Android, there is a software development kit (SDK) available to build applications in it, but what about robots? Is there any generic software framework available? Yes. One of the more popular robotics software frameworks is called Robot Operating System (ROS).
In this chapter, we will take a look at an abstract concept of ROS and how to install it. The entire book is dedicated to ROS projects, so this chapter will be a kick-start guide for those projects.
The following topics are going to be covered in this chapter:
- Getting started with ROS
- Why we use ROS
- Basic concepts of ROS
- Robot, sensors, and actuators supporting ROS
- Installing ROS
- ROS in industries and research
So let's get started discussing ROS.
- C#編程入門指南(上下冊)
- 體驗設計原理:行為、情感和細節
- 基于Java技術的Web應用開發
- Practical DevOps
- Elastic Stack應用寶典
- C語言程序設計案例式教程
- Mastering Google App Engine
- Java編程技術與項目實戰(第2版)
- R Data Analysis Cookbook(Second Edition)
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Android驅動開發權威指南
- Building Wireless Sensor Networks Using Arduino
- INSTANT Yii 1.1 Application Development Starter
- BeagleBone Robotic Projects(Second Edition)
- C指針原理揭秘:基于底層實現機制