Skip to content

Commit f71fa80

Browse files
docs: add minimal README badges (#176)
1 parent bff6df9 commit f71fa80

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Constrained Differential Dynamic Programming (CDDP) solver in C++
2+
3+
[![C++ CI](https://github.com/astomodynamics/cddp-cpp/actions/workflows/build.yaml/badge.svg)](https://github.com/astomodynamics/cddp-cpp/actions/workflows/build.yaml)
4+
[![PyPI version](https://img.shields.io/pypi/v/pycddp.svg)](https://pypi.org/project/pycddp/)
5+
[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://astomodynamics.github.io/cddp-cpp/)
26
<img src="docs/assets/cddp_in_cpp.png" width="800" alt="CDDP IN CPP">
37

48
This repository contains a C++ implementation of constrained differential dynamic programming (CDDP) and related solvers for trajectory optimization and model predictive control.

0 commit comments

Comments
 (0)