ClodBuster Class Reference
Inheritance diagram for ClodBuster:
ThreadedDriver Driver

List of all members.

Public Member Functions

 ClodBuster (ConfigFile *cf, int section)
virtual void Main ()
 Main method for driver thread.
int ProcessMessage (QueuePointer &resp_queue, player_msghdr *hdr, void *data)
 Message handler.
virtual int MainSetup ()
 Sets up the resources needed by the driver thread.
virtual void MainQuit ()
 Cleanup method for driver thread (called when main exits)
unsigned char SetServo (unsigned char chan, int value)
void SetServo (unsigned char chan, unsigned char cmd)

Protected Attributes

int motor_max_speed
int motor_max_turnspeed
bool use_vel_band
short speedDemand
short turnRateDemand
bool newmotorspeed
bool newmotorturn

Private Member Functions

void ResetRawPositions ()
clodbuster_encoder_data_t ReadEncoders ()
void GetGraspBoardParams ()
void IntegrateEncoders ()
void DifferenceEncoders ()

Private Attributes

player_position2d_data_t position_data
int clodbuster_fd
char clodbuster_serial_port [MAX_FILENAME_SIZE]
int kp
int ki
int kd
bool initdone
clodbuster_encoder_data_t encoder_offset
clodbuster_encoder_data_t encoder_measurement
clodbuster_encoder_data_t old_encoder_measurement
float EncV
float EncOmega
float EncVleft
float EncVright
bool direct_command_control
unsigned char max_limits [SERVO_CHANNELS]
unsigned char center_limits [SERVO_CHANNELS]
unsigned char min_limits [SERVO_CHANNELS]
float WheelRadius
float WheelBase
float WheelSeparation
unsigned int CountsPerRev
float Kenc
float LoopFreq
PIDGainsKv
PIDGainsKw

Member Function Documentation

void ClodBuster::Main ( ) [virtual]

Main method for driver thread.

drivers have their own thread of execution, created using StartThread(); this is the entry point for the driver thread, and must be overloaded by all threaded drivers.

Implements ThreadedDriver.

References PLAYER_MSGTYPE_DATA, and PLAYER_POSITION2D_DATA_STATE.

void ClodBuster::MainQuit ( void  ) [virtual]

Cleanup method for driver thread (called when main exits)

Overload this method and to do additional cleanup when the driver thread exits.

Reimplemented from ThreadedDriver.


The documentation for this class was generated from the following files:

Last updated 25 May 2011 21:17:00