this message have motion commands that should be performed by an agent (non-holonomic or semi-holonomic) More...
#include <agents_messages.h>
Data Fields | |
char * | robot_id |
double | direction |
double | speed |
double | left_wheel_speed |
double | right_wheel_speed |
double | timestamp |
char * | host |
this message have motion commands that should be performed by an agent (non-holonomic or semi-holonomic)
var1 will be installed.
Referenced by main().
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 main().
right wheel speed, used for semi-holonomic robots
Referenced by main().
robot identification.
Referenced by main().
double agents_data_message::speed |
var2 will be installed. When a change occurs in the param_daemon, var1 will be changed and no handler is called
Referenced by main().
timestamp of message. Should always be here and indicates the message time given by carmen_get_time()