Project

General

Profile

Revision 447

broken checkin for robot position stuff

View differences:

PositionMonitor.cpp
30 30
  return 0;
31 31
}
32 32

  
33
int PositionMonitor::getPositions() {
33
int PositionMonitor::updatePositions() {
34 34
  if (positions)
35 35
    free(positions);
36 36

  
......
40 40
  return 0;
41 41
}
42 42

  
43
map<int, VisionPosition> PositionMonitor::getAllRobotPositions() {
44
  return positionMap;
45
}
46

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

Also available in: Unified diff