xbee_tx_data_message Struct Reference
[Xbee]

Message to be sent through xbee, typically it will be a message with direction and speed command for a generic robot. More...

#include <xbee_messages.h>

Data Fields

char * robot_id
double direction
double speed
double left_wheel_speed
double right_wheel_speed
double timestamp
char * host

Detailed Description

Message to be sent through xbee, typically it will be a message with direction and speed command for a generic robot.


Field Documentation

var1 will be installed.

Referenced by handler_tx_msg_received().

Host computer name from where the message was sent. Always here and given by carmen_get_host()

left wheel speed, used for semi-holonomic robots

Referenced by handler_distance_data(), and handler_tx_msg_received().

right wheel speed, used for semi-holonomic robots

Referenced by handler_distance_data(), and handler_tx_msg_received().

robot identification.

Referenced by handler_distance_data(), and handler_tx_msg_received().

var2 will be installed. When a change occurs in the param_daemon, var1 will be changed and no handler is called

Referenced by handler_tx_msg_received().

timestamp of message. Should always be here and indicates the message time given by carmen_get_time()


The documentation for this struct was generated from the following file:
Generated on Wed Jun 2 12:43:29 2010 for LAR Atlas by  doxygen 1.6.3