Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 580 Bytes

README

environments and algorithms for exploration

Implemented an exploration simulation framework with modularity in:

  • Sensors: Neighborhood, 2D-Lidar
  • Exploration Algorithms: Frontier-Based Exploration
  • Mapping: Log-Odds Mapping
  • Motion Planners: Weighted A*

Can explore any environment that is given as a costmap Can easily plug in play other planners / mappers Frontier-based exploration implemented with a few different behavioral modes, each one explores a bit differently.

Includes integration with online mapping. Includes benchmarking framework / benchmarks