- Mastering ROS for Robotics Programming
- Lentin Joseph
- 223字
- 2021-07-30 10:03:20
Chapter 1. Introduction to ROS and Its Package Management
This is an introductory chapter that gives you an understanding of the core underlying concepts of ROS and how to work with ROS packages. We will also go through the ROS concepts such as ROS master, nodes, parameter server, topic, message, service, and actionlib to refresh your memory of the concepts you already know.
The basic building blocks of the ROS software framework are ROS packages. We will see how to create, build, and maintain a ROS package. We will also see how to create a wiki page for our package on the ROS website to contribute to the ROS community.
In this chapter, we will cover the following topics:
- Why should we learn ROS?
- Why we prefer ROS for robot
- Why we do not prefer ROS for robot
- Understanding the ROS file system level
- Understanding the ROS computation graph level
- Understanding ROS nodes, messages, topics, services, bags
- Understanding ROS Master
- Using ROS Parameter
- Understanding ROS community level
- Running ROS Master and ROS Parameter server
- Creating a ROS package
- Working with ROS topics
- Adding custom
msg
andsrv
files - Working with ROS services
- Working with ROS actionlib
- Creating launch files
- Applications of topics, services, and actionlib
- Maintaining the ROS package
- Releasing your ROS package
- Creating a wiki page for your ROS package
推薦閱讀
- Django+Vue.js商城項目實戰
- 案例式C語言程序設計
- Visual Basic程序開發(學習筆記)
- 跟“龍哥”學C語言編程
- 深入淺出Spring Boot 2.x
- Flask Web開發入門、進階與實戰
- Python時間序列預測
- Getting Started with LLVM Core Libraries
- Instant Nancy Web Development
- Android Sensor Programming By Example
- 進入IT企業必讀的324個Java面試題
- Java高并發編程詳解:深入理解并發核心庫
- 開發者測試
- R Data Visualization Cookbook
- PHP程序員面試算法寶典