| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
      object --+    
               |    
service._Service --+
                   |
                  ServiceImpl
Implementation of ROS Service. This intermediary class allows for more configuration of behavior than the Service class.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Stop this service 
 | 
| 
 Let service run and take over thread until service or node shutdown. Use this method to keep your scripts from exiting execution. | 
| 
 Process incoming request. This method should be run in its own thread. If header['persistent'] is set to 1, method will block until connection is broken. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |