chapter3
ROS Nodes
A node = an executable file within a ROS package.
Node <-> use a ROS client library to communicate with other nodes.
Nodes <-> Topic.
Nodes <-> Service.
Client Libraries
ROS client libraries = rospy / roscpp
Services
Services are another way that nodes can communicate with each other. request & response.
Last updated
Was this helpful?