Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcmfernandes/3dpp

A 3D Path Planner in C.
https://github.com/jcmfernandes/3dpp

Last synced: about 1 month ago
JSON representation

A 3D Path Planner in C.

Awesome Lists containing this project

README

        

# 3D Path Planning

This is an implementation of a 3D Path Planner using the [Laplace operator](http://en.wikipedia.org/wiki/Laplacian).

There are two linear solvers under the hood: the Gauss-Seidel, and the Jacobi methods. Moreover, parallel implementations of both methods are featured. The Gauss-Seidel parallel implementation uses a pipeline scheme.

## Configuring

No command line arguments exist because this application is being tested in an embedded environment. Take a look at the `src/config.h` file. I believe it is more or less self explainatory :-)