작성자: 박준규

최초작성 2023.01.03, 수정 2023.01.13

로봇 운영체제 강좌 : ROS 개념 정리ROS/Concepts [Official Documentation]을 참고했습니다.

아무것도 모르는 사람이 적는 글이니 본인이 직접 공부하는게 좋을 수도 있습니다..

ROS Filesystem:

These are ROS resources that we can see on the disk.

ROS Computational Graph Level

The ‘Computational Graph’ is the P2P network of ROS processes that are processing data together.

The basic concepts are Nodes, Master, Parameter Server, Messages, Services, Topics, and Bags.

They all provide data to the ‘Computational Graph’ in different ways.