|  | 
| def | __init__ (self) | 
|  | 
| def | generate_box_cloud (self, d=0.01, noise=0.0015, xmin=0.2, xmax=0.4, ymin=-0.05, ymax=0.05, zmin=0.01, zmax=0.1) | 
|  | 
| def | generate_circle_cloud (self, d=0.01, noise=0.0015, radius=0.05, xpos=0.2, ypos=0.2, rmin=np.pi/2., rmax=np.pi *3./2, zmin=0.01, zmax=0.15) | 
|  | 
| def | generate_plane (self, header, xmin=-0.0, xmax=1.0, ymin=-1.0, ymax=1.0) | 
|  | 
| def | generate_plane_cloud (self, xmin, xmax, ymin, ymax) | 
|  | 
| def | timer_cb (self, args=None) | 
|  | 
◆ __init__()
      
        
          | def simulate_primitive_shape_on_plane.TestPrimitiveClassifier.__init__ | ( |  | self | ) |  | 
      
 
 
◆ generate_box_cloud()
      
        
          | def simulate_primitive_shape_on_plane.TestPrimitiveClassifier.generate_box_cloud | ( |  | self, | 
        
          |  |  |  | d = 0.01, | 
        
          |  |  |  | noise = 0.0015, | 
        
          |  |  |  | xmin = 0.2, | 
        
          |  |  |  | xmax = 0.4, | 
        
          |  |  |  | ymin = -0.05, | 
        
          |  |  |  | ymax = 0.05, | 
        
          |  |  |  | zmin = 0.01, | 
        
          |  |  |  | zmax = 0.1 | 
        
          |  | ) |  |  | 
      
 
 
◆ generate_circle_cloud()
      
        
          | def simulate_primitive_shape_on_plane.TestPrimitiveClassifier.generate_circle_cloud | ( |  | self, | 
        
          |  |  |  | d = 0.01, | 
        
          |  |  |  | noise = 0.0015, | 
        
          |  |  |  | radius = 0.05, | 
        
          |  |  |  | xpos = 0.2, | 
        
          |  |  |  | ypos = 0.2, | 
        
          |  |  |  | rmin = np.pi/2., | 
        
          |  |  |  | rmax = np.pi*3./2, | 
        
          |  |  |  | zmin = 0.01, | 
        
          |  |  |  | zmax = 0.15 | 
        
          |  | ) |  |  | 
      
 
 
◆ generate_plane()
      
        
          | def simulate_primitive_shape_on_plane.TestPrimitiveClassifier.generate_plane | ( |  | self, | 
        
          |  |  |  | header, | 
        
          |  |  |  | xmin = -0.0, | 
        
          |  |  |  | xmax = 1.0, | 
        
          |  |  |  | ymin = -1.0, | 
        
          |  |  |  | ymax = 1.0 | 
        
          |  | ) |  |  | 
      
 
 
◆ generate_plane_cloud()
      
        
          | def simulate_primitive_shape_on_plane.TestPrimitiveClassifier.generate_plane_cloud | ( |  | self, | 
        
          |  |  |  | xmin, | 
        
          |  |  |  | xmax, | 
        
          |  |  |  | ymin, | 
        
          |  |  |  | ymax | 
        
          |  | ) |  |  | 
      
 
 
◆ timer_cb()
      
        
          | def simulate_primitive_shape_on_plane.TestPrimitiveClassifier.timer_cb | ( |  | self, | 
        
          |  |  |  | args = None | 
        
          |  | ) |  |  | 
      
 
 
◆ pub_cloud
      
        
          | simulate_primitive_shape_on_plane.TestPrimitiveClassifier.pub_cloud | 
      
 
 
◆ pub_plane
      
        
          | simulate_primitive_shape_on_plane.TestPrimitiveClassifier.pub_plane | 
      
 
 
◆ timer
      
        
          | simulate_primitive_shape_on_plane.TestPrimitiveClassifier.timer | 
      
 
 
The documentation for this class was generated from the following file: