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

https://github.com/acdslab/mppi-generic-website


https://github.com/acdslab/mppi-generic-website

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

---
layout: page
---
# MPPI-Generic

MPPI-Generic is a C++/CUDA header-only library for conducting stochastic optimal control in real-time on a NVIDA GPU. It provides implementations of several Dynamics and Cost Functions as well as different iterations of MPPI. In addition, it provides extendable APIs for Dynamics, Cost Functions, Controllers, and more so that researchers can design their own custom classes to push their research forward.

## Table of Contents

* [Setup](docs/setup.md)

## Todos
Things that still need to be done:
* Create a page for tips for using the Library