Definition at line 14 of file teleop.py.
 
      
        
          | def teleop.Teleop.__init__ | ( |  | self | ) |  | 
      
 
 
      
        
          | def teleop.Teleop.action_done_cb | ( |  | self, | 
        
          |  |  |  | success, | 
        
          |  |  |  | result | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | def teleop.Teleop.action_feedback_cb | ( |  | self, | 
        
          |  |  |  | feedback | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | def teleop.Teleop.get_key | ( |  | self | ) |  | 
      
 
get one character from the terminal 
 
Definition at line 46 of file teleop.py.
 
 
      
        
          | def teleop.Teleop.redirect_screen_output | ( |  | self, | 
        
          |  |  |  | status | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | def teleop.Teleop.teleoperation | ( |  | self | ) |  | 
      
 
get commmands from the keyboard and send to robots 
 
Definition at line 77 of file teleop.py.
 
 
  
  | 
        
          | teleop.Teleop._mission_list |  | private | 
 
 
  
  | 
        
          | teleop.Teleop._movement_list |  | private | 
 
 
  
  | 
        
          | teleop.Teleop._robot_list |  | private | 
 
 
  
  | 
        
          | teleop.Teleop._robot_position |  | private | 
 
 
  
  | 
        
          | teleop.Teleop._robot_switch |  | private | 
 
 
  
  | 
        
          | teleop.Teleop._welcome_message |  | private | 
 
 
The documentation for this class was generated from the following file: