Hello!
I’m working on a project where I plan to use micro-ROS across 60 Teensy boards. Although the application is not strictly robotics-related, the ROS structure — especially topics and tf — fits the project’s architecture very well.
Each Teensy would publish a point cloud (up to 1500 points) and a corresponding tf topic. However, due to hardware limitations, I haven’t been able to test the setup in practice.
I couldn’t find solid information about how many micro-ROS clients a single agent can support, especially when dealing with moderate-size messages like point clouds and tf data.
Any insights or experience on scalability, performance limits, or potential bottlenecks with many clients would be greatly appreciated.
Thanks in advance!