Project

General

Profile

Statistics
| Revision:

root / trunk @ 589

# Date Author Comment
589 02/19/2008 07:26 PM Austin Buchan

added tricolor datasheet in htm form

588 02/19/2008 06:52 PM Austin Buchan

Had to use a different schematic for the orbs since we ordered from a different company. everything is updated accordingly

587 02/19/2008 02:44 PM Greg Tress

adding graphical display for robot motor status

586 02/19/2008 02:39 PM Greg Tress

added single-instruction commands for robot movement

585 02/19/2008 02:29 PM Greg Tress

removed old code

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

571 02/15/2008 07:29 PM Austin Buchan

Added the panelization information. Basically this is all you need to send to 33each or whatever fab place to get it made. panelization.txt has info about the layout, also updated shopping_list.xls to have the right USB connector, and added parts.txt which is a list from the eagle layout, and usb_conn.pdf.

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

Applet requests battery readings from all visible robots

569 02/14/2008 05:31 PM Austin Buchan

Shopping list, header library, final layout. Silkscreen layer is values

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

563 02/12/2008 11:11 PM Austin Buchan

Close to final layout

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

548 02/11/2008 10:33 PM Austin Buchan

Board is now updated with probable final layout locations, now just need to route :(

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

507 02/08/2008 08:25 PM Austin Buchan

Schematic and libraries done, starting work on layout

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

502 02/08/2008 04:11 PM Austin Buchan

shopping list updated

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

499 02/07/2008 11:17 PM Austin Buchan

Schematic is mostly done, added custom libraries and some datasheets

497 02/06/2008 08:30 PM Kevin Woo

Updated the documentation for libdragonfly.

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

464 02/05/2008 08:35 PM Evan Mullinix

parts list for BOM Circuit

463 02/05/2008 08:27 PM Austin Buchan

added shopping_list.xls

462 02/05/2008 08:26 PM Austin Buchan

adding datasheets

461 02/05/2008 08:24 PM John Sexton

Part list for USB circuit on new charging station.

460 02/05/2008 08:19 PM Austin Buchan

First stab at full schematic

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