Project

General

Profile

Activity

From 02/17/2009 to 03/18/2009

03/18/2009

07:42 PM Bug #365 (Fixed): Fix race condition in simulator
There is a race condition with adding robots. On the third added robot using template I got the error message:
sim...
Brad Neuman
07:26 PM Revision 1075: speed now takes negative values
Bradley Yoo
07:20 PM Revision 1074: Can now add robots through the GUI.
Brian Coltin
07:00 PM Revision 1073: Brad Neuman forgot to add the word "void" in simulator_do();
Bradley Yoo
06:42 PM Revision 1072: Switched to loop based suspending on the robots using simulator_do
now runs much better for the stupid template sample Brad Neuman
04:45 PM Revision 1071: Deleted random files in top level directory.
Brian Coltin

03/17/2009

02:28 AM Revision 1070: First attempt at a probability density mapper. Unifinished.
Justin Scheiner

03/13/2009

10:51 PM Task #328 (Assigned): Simulate Motors
False fix. Refer to Brian's comment. Kevin Woo
10:46 PM Enhancement #195 (Assigned): improve lights.c
Kevin Woo
10:46 PM Enhancement #194 (Assigned): improve lcd.c
Kevin Woo
10:44 PM Enhancement #190 (Assigned): fix buzzer.c
Kevin Woo

03/12/2009

01:12 PM Task #350 (Assigned): Simulating Wireless
Kevin Woo
01:11 PM Task #344 (Assigned): Construct New LED Circuit to Mimic IR LED Current on BOM Boards
Kevin Woo
01:09 PM Task #342 (Assigned): Program Robot to Read an Analog Value and Print the Data
Kevin Woo
01:09 PM Task #341 (Assigned): Mimic BOM LED Circuit for Diagnostic Station
Kevin Woo
01:08 PM Task #346 (Assigned): Collisions with Obstacles
Kevin Woo
01:08 PM Task #345 (Assigned): Circles in Environment
Kevin Woo
01:08 PM Task #332 (Assigned): Environments
Kevin Woo
01:07 PM Enhancement #347 (Assigned): Deal with speed issues
Kevin Woo
01:06 PM Task #339 (Assigned): Clean up memory for multiple robots in simulator
Kevin Woo
01:05 PM Enhancement #323 (Feedback): Wireless bootloading
Kevin Woo
12:51 PM Task #352 (Assigned): Research alternatives for xbee dongles
Kevin Woo

03/08/2009

11:54 PM Task #348 (Assigned): Manage Robots through GUI
Kevin Woo
11:54 PM Task #326 (Assigned): Display Robots in GUI
Kevin Woo
11:53 PM Task #337 (Assigned): Update Wireless Maximum Number of XBees
Kevin Woo
11:52 PM Task #308 (Assigned): Wireless - merge the bayboard and dragonfly versions
Kevin Woo
11:52 PM Bug #305 (Assigned): Wireless - number of robots in token ring doesn't report right number
Kevin Woo
11:49 PM Task #351 (Assigned): Add bayboard and chargeboard status table
Kevin Woo
11:48 PM Enhancement #340 (Assigned): Respin the XBee Dongles
Kevin Woo
11:48 PM Task #338 (Assigned): Program Bayboard EEPROM
Kevin Woo
11:46 PM Task #242 (Assigned): LCD module
Kevin Woo
11:43 PM Enhancement #287 (Feedback): Notify client when robot has reached its destination
Kevin Woo
11:42 PM Enhancement #263 (Feedback): Fixed point library
Kevin Woo
11:42 PM Bug #247 (Feedback): Fix persistence of robot identifications for camera positions
Kevin Woo
11:41 PM Enhancement #237 (Feedback): Design Dragonfly Replacement Board
Kevin Woo
11:41 PM Enhancement #228 (New): Control algorithm for robots to move to an absolute position
Kevin Woo

03/07/2009

01:57 AM Task #321: Talk to Austria Micro about Encoder Magnet Misalignment Issues
Jimmy Bourne
01:41 AM Revision 1069: Added historic SURG grants.
Kevin Woo
11:52 PM Task #354 (Fixed): Clean up presentations and papers
Add Felix's pre F05 papers, find random presentations from throughout the years given at status meetings, etc. Kevin Woo
11:51 PM Task #353 (Fixed): Make Doxygen Tutorial/Presentation
So that we actually know how to use it instead of copy paste. Kevin Woo

03/05/2009

10:59 PM Revision 1068: Added replay functionality and command line arguments
-l <filename> log simulation to file [currently make sure file does not
exist, overwriting of files not handled wel...
Andrew Yeager
07:27 PM Revision 1067: Made some additions to rayHits.c
Not really useful, just for me Nico Paris

03/04/2009

09:23 PM Revision 1066: Changed the robot dir to drive and added a dir to work on autonomous mapping
Abraham Levkoy

03/02/2009

02:46 PM Revision 1065: Fixed race condition in GUI, hopefully.
Brian Coltin

02/28/2009

06:32 PM Revision 1064: Cleaned up code, removed all compiler warnings.
Brian Coltin

02/27/2009

05:39 PM Revision 1063: added some error checking
Brad Neuman
05:30 PM Task #352 (Wontfix): Research alternatives for xbee dongles
as opposed to us building our own Kevin Woo
05:29 PM Task #319: Talk to Priya About Xbee Dongles
Won't find them ever... Kevin Woo
05:26 PM Enhancement #331: Cleanup on Closure
Kevin Woo
05:22 PM Task #349 (Assigned): Simulator Logging
Kevin Woo
05:22 PM Task #351 (Wontfix): Add bayboard and chargeboard status table
On the front page Kevin Woo
05:18 PM Revision 1062: Small modifications to receive.c, corrected an error
in the ring buffer. Some commenting and cleaning. Justin Scheiner

02/26/2009

09:04 PM Revision 1061: Succesfully tested BOM LED current.
John Sexton
08:31 PM Task #343: Determine IR LED Current on BOM Boards
Current for Green LED: 21.78 mA
Current for IR LED: 21.78 mA
Both LEDs run on the same current. Now we can move o...
John Sexton
07:14 PM Revision 1060: Corrected Makefiles to work inside the trunk.
John Sexton
07:03 PM Revision 1059: Moved diagnostic station workspace to trunk.
John Sexton

02/25/2009

06:47 PM Revision 1058: Moving Diagnostic Station Workspace from branches to trunk.
John Sexton
06:42 PM Revision 1057: Removed Diagnostic Station Branch. It will be placed into the Trunk.
John Sexton
06:13 PM Revision 1056: sped up simulator!
changed the delay to be less and removed spamming of printfs from
world.c
Brad Neuman
05:40 PM Task #350 (Wontfix): Simulating Wireless
Simulate wireless packets on the simulator. Brian Coltin
05:40 PM Task #349 (Wontfix): Simulator Logging
Create a log of the environment, and the robot's positions each timestep. Allow this to be replayed. This should be f... Brian Coltin
05:33 PM Task #348 (Wontfix): Manage Robots through GUI
Add, move and delete robots through the simulator gui. Brian Coltin
05:33 PM Enhancement #347 (Fixed): Deal with speed issues
Make everything run faster and not take up all the CPU. 100 robots at once without a slow down would be nice. Brian Coltin
05:31 PM Task #346 (Fixed): Collisions with Obstacles
Stop the robots from going through obstacles. Brian Coltin
05:30 PM Task #345 (Wontfix): Circles in Environment
Allow the use of circles in addition to polygons in the environment. Brian Coltin
05:27 PM Task #174: BOM 1.5 driver
Doublecheck complete. Robots with the same hex code but different BOM types function correctly. Austin Buchan
05:25 PM Revision 1055: include path was fixed. AVRDUDEPORT was changed to com4 instead of the usb/tty thingy
Austin Buchan
05:24 PM Revision 1054: Added file to check for collisions with circles
Nico Paris
05:23 PM Revision 1053: Updated with fixes to bom.c
Austin Buchan
05:23 PM Revision 1052: only newline differences
Austin Buchan
05:21 PM Revision 1051: Fixed some errors due to BOM being used instead of BOM10
Austin Buchan
04:36 PM Revision 1050: Added code used to turn on BOM LEDs to test the current through the BOM
LEDs. John Sexton
03:54 PM Task #344 (Worksforme): Construct New LED Circuit to Mimic IR LED Current on BOM Boards
Construct new circuit design which should eventually be used to control the IR LED detector/emitter array on the Diag... John Sexton
03:50 PM Task #343 (Fixed): Determine IR LED Current on BOM Boards
Take test board, desolder one green LED, replace with IR LED and put in series with Ammeter, and plug into robot boar... John Sexton
03:24 PM Task #341: Mimic BOM LED Circuit for Diagnostic Station
1) Subtasks-
a. Take test board, desolder one green LED, replace with IR LED and put in series with Ammeter, and plu...
John Sexton
03:01 PM Task #341: Mimic BOM LED Circuit for Diagnostic Station
Task List:
1) Determine IR LED current on the BOM boards
2) Construct new LED circuit to mimic this LED current
John Sexton

02/21/2009

07:13 PM Task #342 (Wontfix): Program Robot to Read an Analog Value and Print the Data
Start with some form of analog input into the A/D Converter and use the robot to print this data via USB to a compute... John Sexton
07:07 PM Task #341 (Worksforme): Mimic BOM LED Circuit for Diagnostic Station
Create a small circuit to drive the Infrared LEDs from the Dragonfly board. John Sexton

02/20/2009

05:14 PM Enhancement #340 (Fixed): Respin the XBee Dongles
Put ESD? Make it nicer than botrics. Kevin Woo
05:13 PM Task #319: Talk to Priya About Xbee Dongles
Missing, somewhere in a box in the CIC. Kevin Woo
05:11 PM Task #336: Port Old Public Colony Page
Kevin Woo
05:11 PM Task #339 (Fixed): Clean up memory for multiple robots in simulator
Clean up memory for multiple robots in simulator Kevin Woo
05:10 PM Task #333: Simulate Multiple Robots
Kevin Woo
05:09 PM Task #335: Testing new encoder mounts
Kevin Woo
05:09 PM Enhancement #331: Cleanup on Closure
Clean up memory. Kevin Woo
12:13 AM Revision 1049: Robots now draw in correct location.
Brian Coltin
11:19 PM Revision 1048: rangefinders are in fact working now
Ben Poole
10:45 PM Revision 1047: Draws polygons in the environment.
Brian Coltin
10:41 PM Revision 1046: small chnage to motion.c, going forward and backwards should now be consistent
Rich Hong
08:37 PM Revision 1045: added a sample world, updated main to load the sample world
Ben Poole
08:21 PM Revision 1044: added update_rangefinders, which should be enough for the demo tomorrow
Ben Poole

02/19/2009

05:51 PM Revision 1043: max_objs is not an argument of load_world. Remove starts_with
Rich Hong
05:24 PM Revision 1042: started working on integrating with rangefinders
Ben Poole
04:23 PM Revision 1041: load world from input file, changed create poly to take an array of doubles
Rich Hong
01:08 PM Revision 1040: added some functions to initialize the world. still needs a lot of work
Ben Poole
10:57 PM Revision 1039: works with 20 robots! but its incredibly slow and destroys computers
also fixed a bug in the robot creation code (it didn't init robots array to -1 after a resize) Brad Neuman

02/18/2009

05:35 PM Revision 1038: update to libsim.a to include BOM
David Schultz
05:14 PM Revision 1037: added BOM to libsim and shared library
David Schultz
09:59 PM Revision 1036: Updated Makefile for Diagnostic Station directory. Now have compilable code which ...
John Sexton
09:22 PM Revision 1035: Added newline at the end of the file. Take that, gcc.
Emily Hart
09:12 PM Revision 1034: pictures of environments for test 4-7
Abraham Levkoy
09:03 PM Revision 1033
Abraham Levkoy
08:46 PM Revision 1032: Having trouble with wireless (I think) hopefully this will work by friday.
Justin Scheiner
08:30 PM Revision 1031: Cleaned up Diagnostic Station folder.
John Sexton
08:28 PM Revision 1030: tested a bunch of different environments for mapping
Abraham Levkoy
08:27 PM Revision 1029: Switched wl_init and wl_set_com_port in test.c (again?)
Abraham Levkoy
07:46 PM Revision 1028: Changes all around. Matlab server is now passive, might work soon.
Justin Scheiner
 

Also available in: Atom