1 / 27

Direction Election in Flocking Swarms

Direction Election in Flocking Swarms. Ohad Ben-Shahar, Shlomi Dolev Andrey Dolgin, Michael Segal Ben-Gurion University of the Negev. Agenda. Introduction Spring network Rotating leadership election Future research. Introduction. Gathering and Leading Direction Election

zyta
Download Presentation

Direction Election in Flocking Swarms

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Direction Election in Flocking Swarms Ohad Ben-Shahar, Shlomi Dolev Andrey Dolgin, Michael Segal Ben-Gurion University of the Negev

  2. Agenda Introduction Spring network Rotating leadership election Future research

  3. Introduction Gatheringand Leading Direction Election Entities obtain only position of neighbors Multiple entities may want to lead What problem we are dealing with?

  4. Reynolds Ruleshttp://www.red3d.com/cwr/boids/ Reynolds suggests three intuitive rules: Separation Alignment Cohesion steer to avoid crowding local flockmates steer towards the average heading of local flockmates steer to move toward the average position of local flockmates

  5. Reynolds Rules Unfortunately do not cope with Symmetry… Two move in opposite directions… or towards each other preventing simultaneous flocking

  6. Related Work [TJP03] Potential function: Collision avoidance Maintaining links Single leader only No errors Tanner, H. G., Jadbabaie, A., and Pappas, G. J., “Stable flocking of mobile agents, Part II: dynamic topology", Proc. IEEE Conference on Decision and Control, Maui, Hawaii, pp. 2016-2021, 2003.

  7. Related Work [TJP03] IF the graph is always connected… then All pair-wise velocity differences converge asymptotically to zero, Collisions between the agents are avoided. Tanner, H. G., Jadbabaie, A., and Pappas, G. J., “Stable flocking of mobile agents, Part II: dynamic topology", Proc. IEEE Conference on Decision and Control, Maui, Hawaii, pp. 2016-2021, 2003.

  8. Related Work [JW09] Multiple Leaders… All entities exponentially converge to the weighted average position and velocity of leaders, WHEN connectivity is preserved. Jiang-Ping, H., Hai-Wen, Y., “Collective coordination of multi-agent systems guided by multiple leaders", IEEE Transactions On Robotics, Vol. 18, No. 9, 2009.

  9. Our Spring Network Definition Springis a virtual structure connecting any two neighboring entities. The force that the spring applies on its ends is F = (rij - (R - r)/2)/2. The spring attains its equilibrium state in the middle between R and r. Moreover a spring never exceeds R nor reduced to less than r.

  10. Spring Network Theorem: Connectivity Preserving and Collision Avoidance Given the spring graph initial connectivity And the fact that the algorithm does not violate the spring definition.

  11. Leader motion e includes a random variable term added for symmetry breaking

  12. Non Leader Motion • Try to move to relax the spring • Avoiding moves that may violate R or r • Take in account the movement of the neighbors and the errors in the measurements.

  13. Rotating Leader Election • Each candidate tries to define the direction for T time.

  14. Rotating Leader Election • A part of T is dedicated for spring network convergence --- to provide each leader a possibility to move, • Since the equilibrium state of each spring is in the middle between r and R, this is the optimal position, to move in any desired direction.

  15. Leader Election for Labeled Entities ORDER = [1..n]. Wait untilORDER == (Tglobal mod nT )+ 1 then lead for time slot T, preserving spring definition. Updateneighbor list with newly created springs. Start over again

  16. Leader Election for Labeled Entities convergence leading waiting entity i waiting convergence leading waiting entity i+1

  17. Leader Election for Unlabeled Entities Uniformly choose ORDER on the range [1,P]. Wait until ORDER == (Tglobal mod P )+ 1 then lead for time slot T, preserving spring definition. Updateneighbor list with newly created springs Start over again

  18. Leader Election for Unlabeled Entities leading convergence waiting leading convergence entity j convergence leading waiting entity i

  19. Leader Election The probability for all entities to have a chance to lead alone for time slot T

  20. Leader election theorem Theorem: Direction election algorithms will make the swarm follow a single leader at least k times in a leading period with predetermined probability.

  21. Leader election forunsynchronized clocks An additional part in the time slot T should be allocated for synchronization. Allowing entities to lead only after this additional part, no two entities with different ORDER values can compete for leadership. All other properties are preserved.

  22. Leader election forunsynchronized clocks If starts more than T/2 following the previous and more than T/2 before the next, then no collision, same probability as having an index of T for yourself in the slotted T (rather than 2T) case… ORDER=k waiting convergence leading synchronization entity i start s “with” j T length period ORDER=k+1 synchronization convergence leading waiting entity j

  23. Leader election forunsynchronized clocks Uniformly choose ORDER in the range [1,P]. Wait until ORDER == (Tglobal mod P )+ 1then lead for time slot T, preserving spring definition. Updateneighbor list with newly created springs Start over again

  24. Leader electionPriority Scheduling NP different leading scenarios are possible. NP=1 for highest priority. ORDER is multiplied by NP . Leader Election Algorithm.

  25. Calculating T F X 2X L The relative error is bounded by 2X/L goes down as L increases. X is bounded by nR.

  26. Conclusion Bounded errors are considered. Collision avoidance and connectivity is preserved all the time. Leadership direction is efficiently elected with predetermined probability.

  27. THANK YOU

More Related