Project

General

Profile

Revision 938

Added by Ryan Cahoon over 15 years ago

OpenCV now works directly with firewire, coriander is not needed
New vision algorithm integrated, a few issues left with algorithm that
tracks the movement of a specific robot
Removed experimental interface to send images over commands socket
--plan to use php in webserver instead
Separated processing of client requests into a separate thread
Fixed bugs updating UI of java client

View differences:

ColonetServer.h
21 21
  int initialize_server(int argc, char * argv[]);
22 22
  int start_listening(void);
23 23
  int run_server(void);
24
  int run_loop(void);
24 25
  int process_received_wireless_message(int dest, char* data, int len);
25 26
  PositionMonitor* getPositionMonitor(void);
26 27
  VirtualWall* getVirtualWall(void);
27 28
  int run_position_monitor(void);
29
  
30
  void loop_server(void);
28 31

  
29 32
private:
30 33
  ConnectionPool* connection_pool;

Also available in: Unified diff