Download presentation
Presentation is loading. Please wait.
Published byDarren Clarence Webster Modified over 9 years ago
1
Reconfiguration Planning Among Obstacles for Heterogeneous Self-Reconfiguring Robots Robert Fitch* (NICTA) Zack Butler (RIT) Daniela Rus (MIT) * Research performed at Dept. of Computer Science, Dartmouth
2
Heterogeneous Lattice-Based SR Robots Composed of many modules, homogeneous and heterogeneous Match structure to task (modularity) Match capability to task (heterogeneity) Complexity of heterogeneous reconfig. planning same as homogeneous planning (in relevant cases)!
3
Heterogeneous Systems Vision: SR robots that match capability to task –Specialized sensors –Communication with human –Dedicated battery modules –Diverse module shapes (not addressed here) Research challenges: planning and control –Reconfiguration –Locomotion So what is complexity (time and moves) of heterogeneous reconfiguration?
4
Reconfiguration with Heterogeneity
5
Coordinated Motion Planning Problems Warehouse Problem –Rectangles (not squares) –Multiple sizes –Rectangular bounding region –No connectivity constraints –PSPACE-hard –Polynomial-time if enough free space or 1x1 squares (n 2 -1)-Puzzle –“Sliding-Block” puzzles –8-puzzle, 15-puzzle –Not all instances solvable –NP-complete for optimal solution –NP-hard additive constant approx. –Polynomial-time constant-factor approx. Heterogeneous Reconfiguration Problem –1x1 modules –Connectivity constraints –Polynomial-time solvable with sufficient free-space –Quadratic-time lower-bound 11314 510915 76212 31148
6
Approach Heterogeneous reconfiguration among obstacles –Available free space influences problem complexity Hierarchy of motion primitives –Discrete motions –Module trajectories –Reconfiguration plans Decentralized control –Centralized version first –Decentralized with message passing
7
Complexity Results MeltSortGrowTunnelSortConstrained-TunnelSort Free spaceUnlimitedCrustBounding region Planning (shape forming)O(4n 2 ) centralized, O(3n 2 + n 3 ) decentralized n/aO(n 2 ) Plan length (shape forming)O(3n 2 )n/aO(np) Planning (sorting by type)n/aO(25mn + min(4mt 2, 4n 2 ))O(mn + m 2 + 25m 2 n + 4m 2 t 2 ) Plan length (sorting by type)n/aO(22mp + min(4mt 2, 4n 2 ))O(22m 2 p + 4m 2 t 2 ) Assumptions: SlidingCube module abstraction, configurations with or without holes.. Number of modules is n, m is number of type errors in goal configuration, t is bound on tunnel length, p is bound on surface path length. All analysis is worst-case.
8
Related Work Computational complexity –Reconfiguration problem [Chirikjian] –Warehouse problem [Hopcroft, Sharma] –Sliding block (n 2 -1) puzzle [Hearn, Demaine] Reconfiguration planning –Unit-compressible systems [Rus, Vona, Butler, Yim, …] –Scaffolding [Kotay, Stoy] –Chain-based [Yim, Shen, …] –Self-assembly, self-repair [Murata et al]
9
Outline Introduction Reconfiguration, no obstacles –Motion over surface ( IROS’03 ) –Motion through volume ( DARS’04 ) Algorithm: ConstrainedTunnelSort ( ICRA’05 ) –Motion both over surface and through volume –Planned swap sequence –Complexity analysis Discussion
10
Reconfiguration Planning Problem Given two shapes, morph between them –Configurations (shapes) specify module position, type –Find sequence of primitive motions Obstacles –Constrain space available during reconfiguration Sliding Cube Model
11
Instantiated by various hardware prototypes Motion primitives –Sliding across –Convex transition Other Properties –Square lattice –Connection at faces –Neighbor-to-neighbor communication –Onboard computation –Onboard power
12
Trajectory Primitive: Motion Over Surface
13
Reconfiguration with Surface Motion
14
Trajectory Primitive: Motion through Volume
15
Reconfiguration with Tunneling TunnelSort Uses limited free- space O(n 2 ) in worst-case (optimal)
16
Motion Over Surfaces and Through Volume Mobile if neighbors are connected Can do both virtual and actual module relocation
17
Reconfiguration Algorithm ConstrainedTunnelSort –Form goal shape homogeneously –While not done Greedily choose modules to swap Swap using trajectory primitives Only one move possible – disconnec tion! No moves possible! 11314 510915 76212 31148 Maybe no solution! Need to plan swap sequence!
18
Choosing Swap Order Build connectivity graph –For each module to be swapped, find all other modules it can swap with Find MST (minimum diameter ST) –BFS from each node –Choose tree with minimum diameter Find correct graph coloring –Permute colors by swapping parent/child nodes –Iterate over nodes in depth-first order Approximation to optimal
19
Algorithm: Constrained TunnelSort Homogeneous phase While not done –Choose module m and position p, where m needs to move and p needs to be filled –Find tunnel path from m to p –Use virtual module relocation to move m along path Heterogeneous phase Build connectivity graph of swappable modules Search for feasible swap sequence using MST- based algorithm Execute swaps using tunneling O(n) O(n 2 ) O(n 4 ) O(n 2 ) O(n) O(n 2 )
20
Example
22
Outline Introduction Reconfiguration, no obstacles –Motion over surface –Motion through volume Algorithm: ConstrainedTunnelSort –Motion both over surface and through volume –Planned swap sequence –Complexity analysis Discussion
23
Algorithmic results –Solves heterogeneous reconfiguration among obstacles –Worst-case is uncommon in practice (m = t = p = n) –Average-case quadratic with more realistic estimates of m,t,p. –Both centralized and decentralized versions Compliant locomotion –Series of goal configurations specified as overlapping bounding boxes Position constraints
24
Position Constraints Objective –Maintain relative position of single module during reconfiguration Assumptions –Non-exact goal configuration representation Results –Initial solution
25
Next Steps Decrease number of moves, increase computation –Approximation of optimal path length Goal configuration determination –Alternative goal specifications (bounding box, etc.) –Use learning
26
Acknowledgements This talk describes work performed in the Dartmouth Robotics Laboratory. Support for this work was provided through NSF CAREER award IRI-9624286 and NSF awards IRI-9714332, EIA-9901589, IIS- 9818299, and IIS-9912193, and a NASA SpaceGrant award. We are very grateful. Portions of this work were performed at National ICT Australia (NICTA). NICTA is funded by the Australian Government's Department of Communications, Information Technology and the Arts and the Australian Research Council through Backing Australia's Ability and the ICT Centre of Excellence program.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.