Coder Social home page Coder Social logo

motion-planning's Introduction

Motion-Planning

Multiple Robots motion planning application in a 2D space with obstacles.

In the recent years, there has been renewed interest and development of wheeled robots that can crawl and clean the wall. Let’s call a wall crawling mobile robot, an Autonomous Surface Vehicle (ASV). Note: This is a non-typical use of the term ASV; the “surface” in ASV usually refers to water surface; in our assignment, “surface” in ASV means wall surface.

To cut the cost of cleaning the interior of many of its new remarkable buildings, UQ-Facilities would like to use multiple of the aforementioned ASVs to clean the wall. Their idea is to have multiple ASVs connected by push brooms and let the robots move in synchrony, so that the broom will clean the area. They have developed the hardware mechanism for this, and are now struggling to coordinate these vehicles. In this assignment, your task is to help UQ-Facilities by developing a prototype software to coordinate multiple ASVs carrying push brooms.

For this prototype, the problem is simplified as follows:

    1. Each ASV is modeled as a point, each broom as a straight linesegment, and the environment as a normalized 2D plane (i.e., a 2D Euclidean space of size [0,1]X[0,1]). 2. The environment is fully observable, deterministic, static, and continuous. 3. All obstacles in the environment have rectangular form, and are axis- aligned. 4. The cost of moving from one configuration to another is the sum of the straight-line distance traveled by each ASV.

This program calculates a collision free path for the ASVs and brooms to move from a given initial configuration to a given goal configuration, while satisfying the following requirements:

    1. The length of each broom is fixed at 0.05 units in length. 2. The system forms a connected chain at all times. A connected chain means each ASV can be connected to at most two brooms and each end of each broom is tied to an ASV. 3. The polygon formed by connecting the two ends of the connected chain with a straight line segment is convex and have an area of at least πrmin2, where rmin = 0.007(n-1) and n is the number of ASVs.
    1. The planned path is given as a sequence of positions (primitive steps) such that on each step, each individual ASV moves by a distance of at most 0.001 units.

motion-planning's People

Contributors

alimaan2935 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.