Project

General

Profile

Revision 447

broken checkin for robot position stuff

View differences:

Command.cpp
19 19

  
20 20
#include <Command.h>
21 21
#include <ConnectionPool.h>
22
#include <map>
23
#include <vision.h>
22 24

  
25
using namespace std;
26

  
23 27
Command::Command(ConnectionPool * connection_pool_temp) {
24 28
  connection_pool = connection_pool_temp;
25 29
}
......
274 278

  
275 279
int Command::parse_request_robot_positions(int pool_index) {
276 280
  printf("TODO - parse_request_robot_positions\n");
281
  
282
  map<int, VisionPosition> positions = colonet_server.getPositionMonitor()->getAllRobotPositions();
283

  
277 284
  return 0;
278 285
}
279 286

  

Also available in: Unified diff