Project

General

Profile

Revision 443

stubs for colonet position functions in colonet server

View differences:

PositionMonitor.cpp
8 8

  
9 9
//TODO: make this file asynchronous
10 10

  
11
#include "includes/PositionMonitor.h"
11
#include <PositionMonitor.h>
12 12
#include <stdlib.h>
13 13
#include <vision.h>
14 14

  
......
39 39

  
40 40
  return 0;
41 41
}
42

  
43
int PositionMonitor::getRobotPosition(int robot_id, int* xbuf, int* ybuf) {
44
  // TODO - fill this in.
45
  
46
  *xbuf = 1;
47
  *ybuf = 1;
48

  
49
  return 0;
50
}

Also available in: Unified diff