Project

General

Profile

Statistics
| Revision:

root / trunk / code @ 581

# Date Author Comment
581 02/18/2008 08:57 PM Jason knichel

wireless library now times out instead of infinitely looping in waiting for ok

579 02/18/2008 07:48 PM Greg Tress

Automatic repaint

576 02/18/2008 06:44 PM Eugene Marinelli

removed build dir

575 02/18/2008 06:43 PM Eugene Marinelli

top level makefile for colonet

574 02/18/2008 04:28 PM Greg Tress

Changed applet appearance to enable Aqua look and feel on Macs

570 02/14/2008 07:33 PM Greg Tress

Applet requests battery readings from all visible robots

568 02/13/2008 07:53 PM Chris Mar

updated comments for BOM wrapper functions. no compiler warnings since they just call the new code.

567 02/13/2008 07:47 PM Greg Tress

added a 'make run' command to run the applet on optimusprime

566 02/13/2008 06:52 PM Eugene Marinelli

removed data print; changed ip addr

562 02/12/2008 09:19 PM Greg Tress

fixed a null pointer exception

561 02/12/2008 08:55 PM Greg Tress

battery meters should work

560 02/12/2008 08:04 PM Greg Tress

added iterator code to replace looping (should be thread safe)

559 02/12/2008 07:55 PM Greg Tress

reorganized some code

558 02/12/2008 06:06 PM Eugene Marinelli

updated readme more

557 02/12/2008 05:46 PM Eugene Marinelli

updated readme

556 02/12/2008 02:46 PM Greg Tress

code optimizations for applet

555 02/12/2008 01:48 PM Eugene Marinelli

messing with fonts in client

550 02/12/2008 12:27 AM Eugene Marinelli

failed attempt to fix colonet robot code

549 02/12/2008 12:26 AM Greg Tress

fixed various runtime exceptions in the applet

545 02/11/2008 09:43 PM Greg Tress

Fixed robot selection

542 02/11/2008 09:05 PM Eugene Marinelli

fixed exception on disconnect in client

539 02/11/2008 09:01 PM Eugene Marinelli

spaces to tabs in colonet client

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

535 02/11/2008 08:40 PM Eugene Marinelli

more colonet client cleanup

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

533 02/11/2008 08:22 PM Eugene Marinelli

separate file for RobotIcon in client

532 02/11/2008 08:05 PM Eugene Marinelli

fixed NPE in client

531 02/11/2008 07:54 PM Eugene Marinelli

more cleanup of client

527 02/11/2008 06:48 PM Eugene Marinelli

cleanup of trailing spaces in client

526 02/11/2008 05:37 PM Eugene Marinelli

debugging for robot

524 02/09/2008 01:39 PM Eugene Marinelli

cleaned up colonet_dragonfly somewhat

523 02/09/2008 01:30 PM Eugene Marinelli

wrote a control algorithm for robot movement which may or may not work

522 02/09/2008 12:46 AM Greg Tress

more robot selection fixes

521 02/09/2008 12:45 AM Eugene Marinelli

broken robot code

520 02/09/2008 12:04 AM Eugene Marinelli

fixed another unlock bug, assign robot id bug

519 02/09/2008 12:04 AM Eugene Marinelli

fixed robot request position code

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

517 02/08/2008 11:18 PM Greg Tress

minor visual and network tweaks

516 02/08/2008 10:51 PM Eugene Marinelli

commenting out some prints

515 02/08/2008 09:29 PM Greg Tress

graphical fix

514 02/08/2008 09:16 PM Greg Tress

graphical updates

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

fixed memory leak in vision code

512 02/08/2008 09:06 PM Greg Tress

fixed preliminary image buffering

511 02/08/2008 09:03 PM Greg Tress

added image buffering

510 02/08/2008 08:52 PM Greg Tress

graphical updates

509 02/08/2008 08:34 PM Eugene Marinelli

locking around position map

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

position updating in separate thread. incomplete SIGINT handler

506 02/08/2008 08:14 PM Greg Tress

Testing synchronization in webcam update

505 02/08/2008 07:39 PM Greg Tress

Added preliminary battery meters

504 02/08/2008 07:21 PM Greg Tress

Robot identification circles line up properly

503 02/08/2008 05:24 PM Greg Tress

Clicking on a robot automatically selects its XBee ID for controlling

501 02/08/2008 04:10 PM Greg Tress

Multithreaded the event handlers so the GUI is not unresponsive

500 02/08/2008 03:49 PM Greg Tress

Added right-click detection for moving robots

491 02/06/2008 07:54 PM Chris Mar

removed print statements from new BOM code, recompiled library.

489 02/06/2008 11:19 AM Eugene Marinelli

cleaned up server makefile

488 02/06/2008 11:15 AM Eugene Marinelli

removed lib from colonet

487 02/06/2008 11:15 AM Eugene Marinelli

removed more old files

486 02/06/2008 11:14 AM Eugene Marinelli

removed more stuff

485 02/06/2008 11:12 AM Eugene Marinelli

removed testing

484 02/06/2008 11:11 AM Eugene Marinelli

moved another test

483 02/06/2008 11:10 AM Eugene Marinelli

removed very old code

482 02/06/2008 11:09 AM Eugene Marinelli

moved more old dirs

481 02/06/2008 11:08 AM Eugene Marinelli

moved robot code that we prob don't even use

480 02/06/2008 11:04 AM Eugene Marinelli

moved colonet_defs and fixed robot makefile

479 02/06/2008 10:52 AM Eugene Marinelli

moved colonet_dragonfly

478 02/06/2008 10:49 AM Eugene Marinelli

moved vision code

477 02/06/2008 10:47 AM Eugene Marinelli

Removing colonetclient because we are not using it.

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

renamed colonetgui to client

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

oops

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

renaming colonetserver to server

473 02/06/2008 10:45 AM Eugene Marinelli
472 02/06/2008 10:43 AM Eugene Marinelli

starting to restructure colonet directory

471 02/05/2008 10:18 PM Greg Tress

fixed image refresh

470 02/05/2008 10:09 PM Greg Tress

more updates to colonet

469 02/05/2008 09:53 PM Eugene Marinelli

readded sleep to server since it seems to help with joing token ring (???)

468 02/05/2008 09:23 PM Jason knichel

made it so it removes robots it does not have new positions for

467 02/05/2008 09:13 PM Eugene Marinelli

fixed vision more

466 02/05/2008 08:54 PM Eugene Marinelli

fixed vision bug

465 02/05/2008 08:44 PM Jason knichel

increased the threshold range so it identifies things again, however, sometimes it segfaults

459 02/05/2008 07:45 PM Greg Tress

updated some colonet stuff

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

457 02/05/2008 06:35 PM Jason knichel

put in some dummy assignments to get rid of some compiler warnings

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

client support functions in colonet server (untested)

454 02/04/2008 09:53 PM Eugene Marinelli

removed unneeded delete

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

fixed compile errors in colonetserver

452 02/04/2008 09:32 PM Chris Mar

recompiled library with new analog and bom code. still need to make updated documentation.

451 02/04/2008 09:26 PM Jason knichel

got position map to compile

450 02/04/2008 09:24 PM Eugene Marinelli

adding CLIENT_ASSIGN_POSITION_TO_ROBOT_ID

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

added some more stuff to the position monitor

448 02/04/2008 09:20 PM Chris Mar

moved new BOM code into trunk (wrapper functions, etc...). still need to research deprecated function warnings. FYI, get_max_bom(), bom_on(), and bom_off() are deprecated. See bom.h for new functions/usage.

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

broken checkin for robot position stuff

445 02/04/2008 08:58 PM Eugene Marinelli

added case for client requesting robot positions

444 02/04/2008 08:38 PM Eugene Marinelli

colonet wireless position reporting

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

stubs for colonet position functions in colonet server

441 02/04/2008 08:22 PM Jason knichel

got rid of some compiler warnings

440 02/04/2008 08:15 PM Jason knichel

cleaned up the makefile a little

439 02/04/2008 08:09 PM Kevin Woo

Brace issue. For Jason's happiness.

438 02/04/2008 08:08 PM Jason knichel

removed an extra character in the makefile

437 02/04/2008 08:07 PM Kevin Woo

Cleaned up analog.c code. Recompiled library. Mostly commenting and
documentation fixes. No changes made to actual code.

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