38 research outputs found

    coordinated selection and timing of multiple trajectories of discretely mobile robots

    Get PDF
    Abstract The paper addresses the multi-agent path planning (MPP) of mobile agents with multiple goals taking into consideration the kinematic constraints of each agent. The "Swing and Dock" (SaD) robotic system being discussed uses discrete locomotion, where agents swing around fixed pins and dock with their mounting legs to realize displacement from one point to another. The system was developed as a subsystem for mobile robotic fixture (SwarmItFix). Previous work dealt with MPP for SaD agents using the concept of extended temporal graph with Integer Linear Programming (ILP) based formulations. The approach discretized time into unit steps, whereas in reality, the agents are constrained by velocity limits. Hence, a real-time schedule is required to accurately plan the agent movement in a working scenario. We utilize the concept of simple temporal network and extend our ILP formulations to model the velocity kinematic constraints. The mathematical formulations are implemented and tested using a GUROBI solver. Computational results display the effectiveness of the approach

    Downwash-Aware Trajectory Planning for Large Quadrotor Teams

    Full text link
    We describe a method for formation-change trajectory planning for large quadrotor teams in obstacle-rich environments. Our method decomposes the planning problem into two stages: a discrete planner operating on a graph representation of the workspace, and a continuous refinement that converts the non-smooth graph plan into a set of C^k-continuous trajectories, locally optimizing an integral-squared-derivative cost. We account for the downwash effect, allowing safe flight in dense formations. We demonstrate the computational efficiency in simulation with up to 200 robots and the physical plausibility with an experiment with 32 nano-quadrotors. Our approach can compute safe and smooth trajectories for hundreds of quadrotors in dense environments with obstacles in a few minutes.Comment: 8 page

    Motion Planning for Unlabeled Discs with Optimality Guarantees

    Full text link
    We study the problem of path planning for unlabeled (indistinguishable) unit-disc robots in a planar environment cluttered with polygonal obstacles. We introduce an algorithm which minimizes the total path length, i.e., the sum of lengths of the individual paths. Our algorithm is guaranteed to find a solution if one exists, or report that none exists otherwise. It runs in time O~(m4+m2n2)\tilde{O}(m^4+m^2n^2), where mm is the number of robots and nn is the total complexity of the workspace. Moreover, the total length of the returned solution is at most OPT+4m\text{OPT}+4m, where OPT is the optimal solution cost. To the best of our knowledge this is the first algorithm for the problem that has such guarantees. The algorithm has been implemented in an exact manner and we present experimental results that attest to its efficiency
    corecore