A simple, high-speed, and minimal ROS2-like system.
Currently only ipc communication is supported (TCP is not allowed.)
C++ and Python are supported
implemented: Node, Topic, Communication layer
scheduled: service, action (2026 2Q), terminal (2026 3Q)
#Dependency
- gcc 13+ or clang17+, cmake 3.20+
- Python3.12+
- libzmq && cppzmq
- BS_thread_pool.hpp
- pip install pyzmq numpy