1 / 26

Coordination in PIM

Coordination in PIM. Author: Erika Benvegnu. 2 robots. “Follow me” coordination process . 3 robots. What about a triangle?. 4 robots. We can make a square. 6 robots. We can make a regular hexagon. 5 or more….

lucio
Télécharger la présentation

Coordination in PIM

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. Coordination in PIM Author: Erika Benvegnu

  2. 2 robots “Follow me” coordination process

  3. 3 robots What about a triangle?

  4. 4 robots We can make a square

  5. 6 robots We can make a regular hexagon

  6. 5 or more… Position around the circumference of a circle all at the same distance from its neighbor

  7. Wait a sec… … all these shapes are inscribable into a circle!

  8. Wait a sec… … all these shapes are inscribable into a circle!

  9. Coordination: No matter how many robots we have, we can always position them around the circumference of a circle all at the same distance one from the other.

  10. Robustness If one or more robots die, the others will have to adapt in order to keep themselves equidistant. We have to run the algorithm in a loop.

  11. Possible implementation 1: easy solution When the command is given, position in a circle around a given origin (x0,y0) and with a specific radius r, equidistant one from the other AND minimizing the total effort. r y0 x0

  12. Possible implementation 2: Just position in a circle… No matter how spread the robots are in the field, we just want them to move and form a circle. We always want to minimize the effort.

  13. Just position in a circle… Calculate the convex hull. Given a set of points (the robots’ positions), the convex hull for the set is the minimal convex set that contains all the points (robots).

  14. Just position in a circle… Calculate the center of the circumference: The geometrical center, centroid, of the convex hull can be used as center of the circumference (minimize the effort !! ).

  15. Just position in a circle… Calculate the radius of the circumference: The radius can be the distance between the center and one of the robots. Only n-1 robots has to adapt. Given the center, the radius can be between the closest and the farthest hull point from the center (minimize medium effort?). Is there a perfect approach, or does it just depend on the situation?

  16. Create the circle Once the first robot is in place on the circumference we can calculate the position in which we’ll have to move each of the other robots.For each given position we can move the closest robot to the specified position (minimize the effort). Robot 2 Robot 2 Robot 1 Robot 1 Robot 0 Robot 0

  17. Robustness in action

  18. Perform coordination action Each robot moves to the position of its neighbor counterclockwise. When the next position has been reached from all the robots, they pause for a little bit and then repeat the coordination movement.

  19. Perform coordination action Each robot moves to the position of its neighbor counterclockwise. When the next position has been reached from all the robots, they pause for a little bit and then repeat the coordination movement.

  20. When a human-controlled robot is present The robots that perform the coordination action position in a circle around the human-controlled robot, this robot is the center of the circle. When the center moves the robots have to adapt. Each robot moves to the position of its neighbor counterclockwise. When the next position has been reached from all the robots, they pause for a little bit and then repeat the coordination movement. Unless the center moves triggering a move to follow the center.

  21. When a human-controlled robot is present

  22. Guardians: does not trigger reshaping

  23. Guardians: does not trigger reshaping

  24. Guardians: DOES trigger reshaping

  25. Guardians: DOES trigger reshaping

More Related