Isn't message passing between two nodes in ROS same as interprocess communication between two programs in linux same?
I am trying to make robot with BBB. It looks like without using ROS also different programs can be run in BBB in linux and than the outputs can be sent to other programs at same time, so why is their any difference in ROS message passing system between two nodes?
add a comment