Statistics
| Revision:

root / trunk / code / behaviors / formation_control / circle / circle.c @ 1808

History | View | Annotate | Download (23.4 KB)

# Date Author Comment
1808 04/28/2010 11:13 pm Alex Zirbel

Circle.c in formation control works, but shakily. Some of the best robots can execute the code, but sloppily. More recovery code and error checking code needs to be integrated. Higher level code works. Turning as a group was implemented. This is a relatively stable version of circle.

1807 04/28/2010 09:36 pm Alex Zirbel

Added a turn method to the code, which theoretically works now. Circle.c.

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

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

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.

1507 11/09/2009 08:12 pm Nico Paris

Added folder for basic Circle formation.
Also included is the beacon robot code.

Could use some cleaning as it uses the lab 2 template as a base.

What it does: very basic Circle formation without much error checking.