An open API service indexing awesome lists of open source software.

https://github.com/mit-acl/planning

List of planning algorithms developed at MIT-ACL
https://github.com/mit-acl/planning

Last synced: 5 months ago
JSON representation

List of planning algorithms developed at MIT-ACL

Awesome Lists containing this project

README

          

# Planning Algorithms #

| Algorithm | Image | Title | Code | Paper(s) | Video(s) |
| :---: | :---: | ------------- | :---: | :---: | :---: |
| **RMADER** | | Robust MADER: Decentralized Multiagent Trajectory Planner Robust to Communication Delay in Dynamic Environments | [code](https://github.com/mit-acl/rmader) | [RA-L](https://arxiv.org/abs/2303.06222), [ICRA](https://arxiv.org/abs/2209.13667) | [RA-L](https://youtu.be/i1d8di2Nrbs), [ICRA](https://youtu.be/vH09kwJOBYs)
| **Deep-PANTHER** | | Learning-Based Perception-Aware Trajectory Planner in Dynamic Environments | [code](https://github.com/mit-acl/deep_panther) | [RA-L](https://arxiv.org/abs/2209.01268) | [RA-L](https://www.youtube.com/watch?v=53GBjP1jFW8)
| **PANTHER** | | Perception-Aware Trajectory Planner in Dynamic Environments | [code](https://github.com/mit-acl/panther) | [IEEE Access](https://arxiv.org/abs/2103.06372) | [IEEE Access](https://www.youtube.com/watch?v=jKmyW6v73tY)
| **MADER** | | Trajectory Planner in Multi-Agent and Dynamic Environments | [code](https://github.com/mit-acl/mader) | [T-RO](https://arxiv.org/abs/2010.11061) | [T-RO](https://www.youtube.com/watch?v=aoSoiZDfxGE)
| **MINVO** | | Finding Simplexes with Minimum Volume Enclosing Polynomial Curves | [code](https://github.com/mit-acl/minvo) | [CAD](https://arxiv.org/abs/2010.10726) | [CAD](https://youtu.be/x5ORkDCe4O0)
| **FASTER** | | Fast and Safe Trajectory Planner for Navigation in Unknown Environments | [code](https://github.com/mit-acl/faster) | [T-RO](https://arxiv.org/abs/2001.04420), [IROS](https://arxiv.org/abs/1903.03558) | [T-RO](https://www.youtube.com/watch?v=fkkkgomkX10), [IROS](https://www.youtube.com/watch?v=gwV0YRs5IWs)