wiimote_node::WiiSender Class Reference

Inheritance diagram for wiimote_node::WiiSender:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def run

Public Attributes

 pub
 threadName

Detailed Description

Broadcasting complete Wiimote messages to Topic wiimote

Definition at line 551 of file wiimote_node.py.


Member Function Documentation

def wiimote_node::WiiSender::__init__ (   self,
  wiiMote,
  freq = 100 
)
Initializes the full-Wiimote publisher.
    
Parameters:
    wiiMote: a bluetooth-connected, calibrated WIIMote instance
    freq:    the message sending frequency in messages/sec. Max is 100, because
     the Wiimote only samples the sensors at 100Hz.

Reimplemented from wiimote_node::WiimoteDataSender.

Definition at line 554 of file wiimote_node.py.

def wiimote_node::WiiSender::run (   self  ) 
Loop that obtains the latest wiimote state, publishes the data, and sleeps.

The wiimote message, if fully filled in, contains information in common with Imu.msg:
acceleration (in m/s^2), and angular rate (in radians/sec). For each of
these quantities, the IMU message format also wants the corresponding
covariance matrix.

The covariance matrices are the 3x3 matrix with the axes' variance in the 
diagonal. We obtain the variance from the Wiimote instance.  

Definition at line 567 of file wiimote_node.py.


Member Data Documentation

Definition at line 565 of file wiimote_node.py.

Definition at line 580 of file wiimote_node.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator


wiimote
Author(s): Andreas Paepcke
autogenerated on Fri Jan 11 09:15:28 2013