Project

General

Profile

Statistics
| Revision:

root / trunk / code / behaviors / formation_control / circle @ 1806

# Date Author Comment
1806 04/28/2010 03:20 PM Alex Zirbel

Made some slight upgrades to cicle.c, cincluding formatting.

1805 04/28/2010 03:06 AM Alex Zirbel

Changed the turning methods to simpler versions which should work more consistently -circle.c

1800 04/21/2010 08:58 PM Abraham Levkoy

Robots still oscillate while facing in wrong direction

1799 04/21/2010 08:09 PM Abraham Levkoy

This is broken

1796 04/21/2010 07:50 PM Alex Zirbel

Trying to refresh circle aboutFace()

1776 04/16/2010 02:12 AM Alex Zirbel

Updated the correctTurn method to the more general aboutFace code

1775 04/16/2010 02:06 AM Alex Zirbel

Fixed the code so it works again with the restructuring; working on a better turning algorithm.

1774 04/16/2010 01:12 AM Alex Zirbel

Restructured the code to include higher-level programming and states devoted to certain actions.

1749 04/07/2010 07:49 PM Alex Zirbel

Documented the circle code extensively. Starting reorganization from procedural to funtion-calling code.

1725 04/02/2010 01:10 AM Alex Zirbel

Updated circle, trying to fix 3-character packet sending.

1724 04/02/2010 01:03 AM Alex Zirbel

Starting to make the circle move as a group.

1723 04/01/2010 11:41 PM Alex Zirbel

Still editing counting code in circle.c

1722 04/01/2010 11:29 PM Alex Zirbel

Fixed the updated circle code.

1721 04/01/2010 11:26 PM Alex Zirbel

Updated circle so the robot counting should be less buggy.

1720 04/01/2010 11:15 PM Alex Zirbel

Cut out unused parts of circle.c, organized program, fixed a couple bugs

1719 04/01/2010 12:48 AM Alex Zirbel

Fixed circle.c, added comments, tested the program. Added terminal states.

1718 04/01/2010 12:44 AM Alex Zirbel
1717 04/01/2010 12:40 AM Alex Zirbel
1691 03/24/2010 08:40 PM Alex Zirbel
1690 03/24/2010 08:38 PM Alex Zirbel
1639 02/17/2010 09:45 PM Alex Zirbel
1635 02/17/2010 08:24 PM Steve DeVincentis

Debugged circle.c so approaching works

1627 02/03/2010 08:52 PM Gautham Nagaraju

More modifications to circle.c

1626 02/03/2010 07:16 PM Gautham Nagaraju

Merged circle code and added comments

1618 01/21/2010 10:42 PM James Carroll

This code changed the way that the Edges move toward the Center bot, I stopped using Han Jongs methods and added the methods correctTurn, correctApproach is still not functional, also I changed the color skeem for the orbs, going to center is still buggy.

1610 01/18/2010 08:18 PM Alex Zirbel

Updated counting robots to work for circle formation. Movement is problematic.

1597 12/02/2009 07:45 PM Alex Zirbel

Getting versions of circle.c in sync

1596 12/02/2009 07:34 PM Alex Zirbel

Added comments and minor changes to circle.c

1594 12/02/2009 07:16 PM Alex Zirbel

Removing the old circle-circle2 versions of the code

1561 11/16/2009 09:53 PM David Schultz

Updated all makefiles. You may need to update the port settings to get your project to program the robots again.

1524 11/13/2009 05:38 PM Alex Zirbel

Added comments to circle formation code

1517 11/11/2009 08:25 PM Alex Zirbel

Updated circle formation behavior

1514 11/10/2009 09:25 PM John Sexton

Remove template "main.c" file. Appropriate Circle behavior code can be found in "circle.c" file.

1509 11/09/2009 09:09 PM John Sexton

Cleaned up the Circle behavior folder in the "formation_control" folder. Now compiles correctly with the current version of the repository library.

1500 11/07/2009 09:37 PM John Sexton

Commented the template file and my implementation of Hunter-Prey to make the code easier to follow.

1498 11/07/2009 08:21 PM John Sexton

Creating "template" to use as a starting point for developing new
behaviors.

1497 11/07/2009 08:04 PM John Sexton

Cleaning up the template folder for behaviors.

5 09/04/2007 01:07 AM Eugene Marinelli

Created trunkand branches directories

4 09/03/2007 08:53 PM Eugene Marinelli