Git Product home page Git Product logo

robotics-cooperative-path-planning-02-movement-sequence-planning's Introduction

Auto-Car-Cooperative-Path-Planning-02-Movement-Sequence-Planning

Python codes for robotics Multi-Vehicle-Movement-Sequence-Planning algorithm.

What is this?

This is a Multi-Vehicle-Movement-Sequence-Planner.
This method can do the Multi-Vehicle-Movement-Sequence-Planning based on the topological map.
The output of this planner can be used in Multi-Vehicle-Trajectory-Planning.

How to coordinate the movement sequence of the vehicles?

Movement Sequence Planning based on the Pass Priority.

Why?

Any multi-vehicle conflict problem can be decomposed into multiple two-vehicle conflict problems.
Each two-vehicle conflict is caused by two vehicles passing through the same road at the same time.
The key to solving the problem is to coordinate the movement sequence, that is, the pass priority.

How?

  1. List all Pass Priority combination.
  2. Evaluate and select optimal Pass Priority.
  3. Plan based on a pass priority.

How to plan based on a pass priority?

  1. Let the highest priority vehicle go first.
    • Move other vehicles to yield region.
  2. Remove it from Pass Priority List.
  3. Loop

Simulation

Scenario

All Solutions

A Solution based on prority {A>C>B}

robotics-cooperative-path-planning-02-movement-sequence-planning's People

Contributors

chenbohan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.