[ROS2 Python] How to log from nested class?
My node class has an object which has an object and so on...
How can I print/log from one of these nested classes?
I would prefer to not pass down a reference to the node into each class...
Asked by Fubbis on 2023-06-15 05:48:47 UTC
Comments