-
Intuitiveness
Configure robot motion sequences and conditional logic by connecting blocks, without knowing complex Python or ROS code. -
Modularity
Functions such as reading sensor data, moving robot arms, and opening grippers are contained in individual nodes for easy reuse, simplifying debugging and maintenance of robot systems.
PRINCIPLES
OmniGraph Node-Based Design
This system abstracts all functions—robot motion, sensor input, AI decisions, external device control—into 'Nodes', allowing users to connect these nodes and directly design the logic flow.