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:

Main.cpp
51 51
  colonet_server.run_position_monitor();
52 52

  
53 53
  colonet_server.run_server();
54
  
55
  colonet_server.run_loop();
54 56

  
55 57
  return 0;
56 58
}

Also available in: Unified diff