Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / server / includes / PositionMonitor.h @ 764

History | View | Annotate | Download (831 Bytes)

# Date Author Comment
550 02/12/2008 12:27 AM Eugene Marinelli

failed attempt to fix colonet robot code

537 02/11/2008 08:57 PM Jason knichel

fixed a bug caused because when you insert into a C++ map when the key already exists, it ignores it instead of
replacing the value with the new value

534 02/11/2008 08:40 PM Jason knichel

wrote some code to smooth robot identification across frames to help stop falsely losing robots
changed the vision thresholds

518 02/08/2008 11:48 PM Eugene Marinelli

fixed mutex unlock bug. made it so that if there is just one robot seen, it is assumed to be the robot requesting

513 02/08/2008 09:08 PM Eugene Marinelli

fixed memory leak in vision code

508 02/08/2008 08:30 PM Eugene Marinelli

position updating in separate thread. incomplete SIGINT handler

474 02/06/2008 10:46 AM Eugene Marinelli

renaming colonetserver to server

458 02/05/2008 06:59 PM Jason knichel

added some really simple support for keep track of which position is which robot over time

455 02/04/2008 10:31 PM Eugene Marinelli

client support functions in colonet server (untested)

453 02/04/2008 09:50 PM Eugene Marinelli

fixed compile errors in colonetserver

449 02/04/2008 09:21 PM Jason knichel

added some more stuff to the position monitor

447 02/04/2008 09:09 PM Eugene Marinelli

broken checkin for robot position stuff

443 02/04/2008 08:34 PM Eugene Marinelli

stubs for colonet position functions in colonet server

436 02/04/2008 08:07 PM Jason knichel

started adding support for getting position data
updated the makefile to support the position data stuff
removed a sleep in ColonetServer that didn't need to be there