Fast Marching Square (FM2) is a path planning algorithm based on the Fast Marching Method that solves the Eikonal equation.
Project description
Fast Marching Square
The Fast Marching Square (FM2) method is a path planning algorithm which is a variation of the original Fast Marching Method, which it is based on the idea of guiding the desired path by following light propagation. The path that light follows is always the fastest feasible one, so the proposed planning method ensures the calculation of the path of least possible time. Since the method is based on wave propagation, if there is a feasible solution, it is always found, so it is complete.
This implementation of the Fast Marching Squared method is based on the Mirebeau implementation, so feel free to visit the repository.
Installation
Follow the next steps for installing the simulation on your device.
Requirements:
- Python 3.10.0 or higher
Install miniconda (highly-recommended)
It is highly recommended to install all the dependencies on a new virtual environment. For more information check the conda documentation for installation and environment management. For creating the environment use the following commands on the terminal.
conda create -n fm2 python==3.10.9
conda activate fm2
Install from pip
The ADAM simulator is available as a pip package. For installing it just use:
pip install fast-marching-square
Install from source
Firstly, clone the repository in your system.
git clone https://github.com/vistormu/fast_marching_square.git
Then, enter the directory and install the required dependencies
cd fast_marching_square
pip install -r requirements.txt
Documentation
The official documentation of the package is available on Read the Docs. Here you will find the installation instructions, the API reference and some minimal working examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fast-marching-square-0.1.1.tar.gz
.
File metadata
- Download URL: fast-marching-square-0.1.1.tar.gz
- Upload date:
- Size: 7.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 007eff091301723c71388bb037fe32c005d9e8e95772cef5af8135138f91cdf6 |
|
MD5 | f2555387be616738f5d3fbbc88233d28 |
|
BLAKE2b-256 | 37f323d521bffb4a6115c1159ec7723eca3789a4c49f57e2cc2d1119c30b67d2 |
File details
Details for the file fast_marching_square-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: fast_marching_square-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bfbda4d56c2dbd559a5f6a07623f62f0638d6468d99926aee5d338d1341cf7f |
|
MD5 | 89b88984766ed73531ab7a986417e9bc |
|
BLAKE2b-256 | d684d90a7abd88d8b5813fd5aa4648b1b1ec9144ae58497dd5fa36eaa6d606ff |