Skip to content
hpuranik edited this page Oct 29, 2025 · 6 revisions

The following flowchart outlines the process of the bridge between software and firmware. It translates the output from the bnyahaj serial, which is the custom link and becomes interpreted from host_comm, to ros topics and vice versa. We performs reading (from Bnya Serial) and writing (from Ros Topics) on different python threads, so be careful of multithreading synchronizaiton issues.

ROS 2 Bynyahaj Flowchart

Clone this wiki locally