rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
|
This is the complete list of members for rosros.rclify.executors.Executor, including all inherited members.
__init__(self, *context=None) | rosros.rclify.executors.Executor | |
_context | rosros.rclify.executors.Executor | protected |
_is_shutdown | rosros.rclify.executors.Executor | protected |
_nodes | rosros.rclify.executors.Executor | protected |
_nodes_lock | rosros.rclify.executors.Executor | protected |
add_node(self, node) | rosros.rclify.executors.Executor | |
context | rosros.rclify.executors.Executor | static |
create_task(self, callback, *args, **kwargs) | rosros.rclify.executors.Executor | |
get_nodes(self) | rosros.rclify.executors.Executor | |
remove_node(self, node) | rosros.rclify.executors.Executor | |
shutdown(self, timeout_sec=None) | rosros.rclify.executors.Executor | |
spin(self) | rosros.rclify.executors.Executor | |
spin_once(self, timeout_sec=None) | rosros.rclify.executors.Executor | |
spin_once_until_future_complete(self, future, timeout_sec=None) | rosros.rclify.executors.Executor | |
spin_until_future_complete(self, future, timeout_sec=None) | rosros.rclify.executors.Executor | |
wake(self) | rosros.rclify.executors.Executor |