Definition at line 141 of file wiimote_node.py.
 
◆ __init__()
      
        
          | def wiimote_node.WiimoteDataSender.__init__ | ( |  | self, | 
        
          |  |  |  | wiiMote, | 
        
          |  |  |  | freq = 100 | 
        
          |  | ) |  |  | 
      
 
 
◆ canonicalizeWiistate()
      
        
          | def wiimote_node.WiimoteDataSender.canonicalizeWiistate | ( |  | self | ) |  | 
      
 
Scale accelerator, nunchuk accelerator, and gyro readings to be
m/sec^2, m/sec^2 and radians/sec, respectively.
 
Definition at line 186 of file wiimote_node.py.
 
 
◆ obtainWiimoteData()
      
        
          | def wiimote_node.WiimoteDataSender.obtainWiimoteData | ( |  | self | ) |  | 
      
 
Retrieve one set of Wiimote measurements from the Wiimote instance.
Return scaled accelerator and gyro readings.
We canonicalize both accelerator and gyro data through
scaling them by constants that turn them into m/sec^2, and
radians/sec, respectively.
Return: list of canonicalized accelerator and gyro readings.
 
Definition at line 165 of file wiimote_node.py.
 
 
◆ angular_velocity_covariance
      
        
          | wiimote_node.WiimoteDataSender.angular_velocity_covariance | 
      
 
 
◆ freq
      
        
          | wiimote_node.WiimoteDataSender.freq | 
      
 
 
◆ gyroAbsence_covariance
      
        
          | wiimote_node.WiimoteDataSender.gyroAbsence_covariance | 
      
 
 
◆ linear_acceleration_covariance
      
        
          | wiimote_node.WiimoteDataSender.linear_acceleration_covariance | 
      
 
 
◆ sleepDuration
      
        
          | wiimote_node.WiimoteDataSender.sleepDuration | 
      
 
 
◆ wiiMote
      
        
          | wiimote_node.WiimoteDataSender.wiiMote | 
      
 
 
◆ wiistate
      
        
          | wiimote_node.WiimoteDataSender.wiistate | 
      
 
 
The documentation for this class was generated from the following file: