Ark
|
Classes | |
class | BaseNode |
Base class for nodes that interact with the LCM system. More... |
Functions | |
None | main (type[BaseNode] node_cls, *args) |
Initializes and runs a node. |
None comm_infrastructure.base_node.main | ( | type[BaseNode] | node_cls, |
* | args ) |
Initializes and runs a node.
This function creates an instance of the specified node_cls, spins the node to handle messages, and handles exceptions that occur during the node's execution.
node_cls | The class of the node to run. @type node_cls: Type[BaseNode] |