How is ROS made?
Hi Everyone,
I have just completed Beginner Level Core ROS Tutorials. I wants to know that how ROS is able to do multiple Process (as many nodes run) at a time, even if the number of core processors in computer is less then the number of nodes.
As i am trying to make AR.Drone autonomous. I chose AR.Drone ROS driver instead of AR.Drone SDK (software development kit) because we can do many different operations in form of Nodes with ROS Driver but it can't be done in a C++ program with AR.Drone SDK libraries.
I am a B.tech(mechanical) student and new to ROS, linux. It may be a silly question but if possible, please help me to understand this.
Thanks.
The keyword here is multitasking.
Thanks gvdhoorn