Research Control Algorithms: - [ ] Find the input data requirements - [ ] Find example repositories/libraries demonstrating a usecase similar to ours - [ ] Make notes on the relative performance of each algorithm (accuracy, speed, effectiveness, pros/cons) - [ ] Make a report including your findings [Example](https://docs.google.com/document/d/1x32vohVDmZVk0bRlOJuGmlTh7OzADJKollQxQiSFrO4/edit?usp=sharing) Starting Examples: - [x] A* - [ ] D*-Lite - [ ] Jump Point Search (JPS) - [ ] Theta* - [x] RRT* - [ ] Probabilistic Roadmap (PRM-D*) - [ ] Bidirectional RRT (Bi-RRT) - [ ] Artificial Potential Fields (APF) - [ ] Trajectory Optimization (CHOMP, STOMP, TrajOpt) - [ ] Model Predictive Control (MPC) - [x] Hybrid A*-RRT - [ ] Elastic Bands & Elastic Strips - [ ] Bug Algorithm
Research Control Algorithms:
Starting Examples: