Skip to content

SaahilParikh/DYNAMIC-DEC-LOS-RRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Dynamic Dec-LOS-RTT

By Saahil Parikh and Yi Wang

Research involving dynamic agents with line of sight communication.
Explore the docs »

Live Site · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

The problem of ensuring the safety of multi-agent motion when agents cannot contact each other is essential for path planning in the real world. It is difficult to control the agents experiencing instantaneous stops to avoid collisions. To address this problem, we develop a new algorithm Dynamic DEC-LOS-RRT based on the existing approach DEC-LOS- RRT. A new radial velocity set is defined around the corners of each obstacle to make robots stop smoothly. This is implemented by constraining the configuration space of each robot and adding constraints to the local planning algorithm. Simulation and hardware show our algorithm guarantees the effectiveness of path planning and safety for decentralized planning for multi-agent systems.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

All source code is located in the src folder. Run it as you would a normal python notebook.

Prerequisites

  • numpy

    pip install numpy
  • scipy

    pip install scipy

Usage

This project implements RRT, DEC-LOS-RRT and Dynamic DEC-LOS-RRT all with kd trees. If you would like to use the algorithms implemented please cite us.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/SaahilParikh/DYNAMIC-DEC-LOS-RRT

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published