Publisher - Subscriber model in ROS
core ROS idea : “ Two independent program communicate using a topic, without knowing each other directly "
Nodes
Publisher node :
A publisher is a node that sends (or "publishes") messages to a specific topic.
The publisher doesn't need to know who...
ros2-for-uav.hashnode.dev2 min read