This repository hosts code to implement coverage path planning for unstructured environments using Hilbert's Space Filling curve.
1. Install Conda using the official website. Conda Installation on Linux.
```
git clone git@github.com:wakodeashay/SKC.git
```
```
cd SKC
conda env create -f environment.yml
```
```
conda activate SKC
```
```
python3 main.py
```
```
conda deactivate SKC
```
-
main.py: Script to run examples
-
algorithms: This folder hosts source code for various coverage path planning strategies
-
docs: Plots and Animation are saved here
-
sensors: Hosts sensor model used by coverage path planning strategies
-
workspace: Hosts script to create grid workspace with obstacles
-
environment.yml: Conda environment file