| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
      object --+        
               |        
service._Service --+    
                   |    
         ServiceImpl --+
                       |
                      Service
Declare a ROS service. Service requests are passed to the specified handler.
Service Usage:
 s = Service('getmapservice', GetMap, get_map_handler)
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 ctor. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |