This is the command message used to control the PTU. More...
#include <ptucontrol_messages.h>
Data Fields | |
TYPE_pantil | position |
TYPE_pantil | speed |
int | usepurevelocity |
double | timestamp |
char * | host |
This is the command message used to control the PTU.
Host computer name from where the message was sent. Always here and given by carmen_get_host()
When usepurevelocity is off the PTU will go to the this position
Referenced by ptucontrol_command_handler(), and shutdown_module().
The speed command is only regarded if usepurevelocity is on
Referenced by ptucontrol_command_handler(), and shutdown_module().
timestamp of message.
pure velocity mode is a velocity control of the ptu
Referenced by ptucontrol_command_handler(), and shutdown_module().