Package smach_ros :: Module introspection :: Class IntrospectionServer

Class IntrospectionServer

source code

Server for providing introspection and control for smach.

Instance Methods
 
__init__(self, server_name, state, path)
Traverse the smach tree starting at root, and construct introspection proxies for getting and setting debug state.
source code
 
start(self) source code
 
stop(self) source code
 
construct(self, server_name, state, path)
Recursively construct proxies to containers.
source code
 
clear(self)
Clear all proxies in this server.
source code