![]() | 1 | initial version |
Managed and life-cycle nodes are currently not supported in Python, as far as I know. See also #q328772 -- I don't believe the situation has changed.
![]() | 2 | No.2 Revision |
Managed and life-cycle nodes are currently not supported in Python, as far as I know. See also #q328772 -- I don't believe the situation has changed.
The Features Status page seems to confirm this:
Composition of node components at compile-, link- or dlopen-time: Currently only in C++.
![]() | 3 | No.3 Revision |
Managed and life-cycle nodes are currently not supported in Python, as far as I know. See also #q328772 -- I don't believe the situation has changed.
The Features Status page seems to confirm this:
Composition of node components at compile-, link- or dlopen-time: Currently only in C++.
It might be possible to load ROS 2 Python nodes at runtime using some Python 'tricks', but it would not seem to be officially supported at this point.