class documentation
Convenience functor for querying the list of active controller managers.
Useful when frequently updating the list, as it internally performs some optimizations that reduce the number of interactions with the ROS master.
- Example usage:
>>> list_cm = ControllerManagerLister() >>> print(list_cm())