Closed flynneva closed 3 years ago
node can start up from GDScript and be listed when running ros2 node list but freezes godot since it waits for spin. looking into MultitheadedExecutors and other asynchronous ways to run a node.
ros2 node list
spin
MultitheadedExecutors
node can start up from GDScript and be listed when running
ros2 node list
but freezes godot since it waits forspin
. looking intoMultitheadedExecutors
and other asynchronous ways to run a node.