Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / autonomous_recharging / dragonfly @ 955

# Date Author Comment
820 09/02/2008 04:18 PM Chris Mar

updated recharging code for the dragonfly. added doxygen comments. should be merged to trunk soon.

759 05/01/2008 04:28 AM Chris Mar

fiddled with run around, filmed some demos. i have yet to make videos...i need to look that up

743 04/28/2008 08:17 PM Brian Coltin

Fixed compilation errors.

734 04/23/2008 10:19 PM Chris Mar

fiddling w/ run_around. i wrote a function that does move(0,0) and delays whenever transitioning between moving forwards and backwards. it calls wl_do() simultaneously, and wireless still appears to work.

715 04/14/2008 11:07 PM Chris Mar

tweaked smart_run_around for recharging...from now on, it will be known as smart_walk/crawl_around. slowing everything down seems to make recharging much more stable. maybe demo-ready.

697 04/09/2008 09:16 PM Chris Mar

replaced smart_run_around with demo version from trunk. works much better now.

695 04/09/2008 09:09 PM Chris Mar

minor changes to autonomous recharging on the dragonfly. still experiencing problems with run around.

645 03/27/2008 01:11 AM Chris Mar

Wireless commands to request charge and to depart station now work (don't know what was wrong). Demo is
possible...just need charge boards to work.

593 02/20/2008 10:32 PM Chris Mar

turned down speed on smart_run_around...recharging seemed to work better (very subjective, I admit). cannot attempt demo video until wireless issues are figured out (i.e. wireless "button press").

540 02/11/2008 09:01 PM Rich Hong

battery code now works

530 02/11/2008 07:38 PM Rich Hong

change battery() to battery8()

434 02/04/2008 07:53 PM Rich Hong

update assigning bay based on battery reading (seeking robot), also fix some bugs

361 01/22/2008 08:02 PM Evan Mullinix

added constant for battery packets

360 01/22/2008 08:01 PM Evan Mullinix

added battery level request handling and sending

340 12/15/2007 03:51 PM Brian Coltin

We're ready to do a two robot autonomous recharging video with run around, aside from some docking problems. There seem to be wireless issues with three robots, however.

337 12/15/2007 03:02 PM Brian Coltin

Minor updates to recharging, but the charging board no longer appears to tell us when we're done.

321 12/08/2007 08:16 PM Brian Coltin

Recharging still doesn't work with analog - analog not giving correct values.

213 11/06/2007 12:07 AM Brian Coltin

Updated recharging code.

210 11/05/2007 10:51 PM Brian Coltin

Somewhat working version of recharging.

198 10/31/2007 09:24 PM Brian Coltin

Recharging updated.

195 10/31/2007 07:51 PM Chris Mar

added more battery detection code (currently commented out for demo purposes)...also uses rangefinders for departing.

189 10/31/2007 05:47 PM Brian Coltin

Addition of charging detection. (Miriam)

148 10/10/2007 06:55 PM Chris Mar

cleaned up seeking, moved homing sensor code to homing.c/h (tested successfully)

138 10/09/2007 06:05 PM Brian Coltin

More progress on charging... Sometimes the token ring drops out.

137 10/09/2007 02:46 PM Brian Coltin

Updated recharing, software somewhat works.

126 10/08/2007 10:35 PM Brian Coltin

Fixed problems with motors, error in charging station delay_ms for BOM.

120 10/07/2007 03:36 PM Brian Coltin

Seems to work until we get to seeking, where there may be issues with the motors.

116 10/05/2007 11:19 PM Brian Coltin

Updated recharging code for the robot, it actually runs, trying to fix problem with orbs in debugging mode.

105 10/03/2007 07:58 PM Brian Coltin

Recharging code for the robots now compiles. It is entirely untested.

100 10/01/2007 10:04 PM Brian Coltin

Did more work on autonomous recharging for the robot.

93 09/28/2007 03:52 PM James Kong

Added new recharge code to autonomous_recharging/dragonfly

92 09/28/2007 03:48 PM James Kong

BRANCH autonomous_recharging branch created

91 09/28/2007 03:45 PM James Kong

added charging_station and dragonfly folders to autonomous_recharging