Project

General

Profile

Revision 443

stubs for colonet position functions in colonet server

View differences:

colonet_dragonfly.c
79 79
}
80 80

  
81 81
static void move_to_position_routine(int x, int y) {
82
  /* TODO emarinel control algorithm */
83
  
82
  /* TODO emarinel - control algorithm */
83
  motor1_set(1, 200);
84
  motor2_set(1, 200);
84 85
}
85 86

  
86 87
/* Private functions */

Also available in: Unified diff