ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.