diff --git a/README.md b/README.md index 6547421..2458127 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Constrained Differential Dynamic Programming (CDDP) solver in C++ + +[![C++ CI](https://github.com/astomodynamics/cddp-cpp/actions/workflows/build.yaml/badge.svg)](https://github.com/astomodynamics/cddp-cpp/actions/workflows/build.yaml) +[![PyPI version](https://img.shields.io/pypi/v/pycddp.svg)](https://pypi.org/project/pycddp/) +[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://astomodynamics.github.io/cddp-cpp/) CDDP IN CPP This repository contains a C++ implementation of constrained differential dynamic programming (CDDP) and related solvers for trajectory optimization and model predictive control.