Project

General

Profile

Revision 449

Added by Jason knichel about 16 years ago

added some more stuff to the position monitor

View differences:

PositionMonitor.h
11 11

  
12 12
#include <map>
13 13
#include <vision.h>
14
#include <map>
15
using namespace std;
14 16

  
15 17
#define MAX_POSITIONS 20
16 18

  
......
29 31
  int getRobotPosition(int robot_id, int* xbuf, int* ybuf);
30 32

  
31 33
 private:
32
  VisionPosition * positions;
34
  map<int, VisionPosition> positionMap;
33 35
};
34 36

  
35 37
#endif

Also available in: Unified diff