How exactly does ros_arduino_bridge work?
Hi. I want to use ros_arduino_bridge stack with a different board from Arduino, so I would like to know how ros_arduino_bridge works. Correct me if i'm wrong, but I've understood that the arduino code only receives commands and makes serial outputs, and the python code part takes these outputs and writes on topics.
Is it correct?