/*		CONTROL.H

*/


void *control_thread(void *arg);
void init_robot_params (struct robot_state *robot_st,struct w_params *w_p);

