ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
where do you do the computation? Where do you take all these inputs, calculate and output a resulting value?
in other nodes, that get their data from the 'camera', 'servo motor' and 'ultrasonic sensor' nodes.
Nodes that interact with (hardware) devices are typicall called drivers.
The other nodes implement your business logic.