Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# 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)
Expand Down Expand Up @@ -129,10 +131,9 @@ source using the steps below.
```bash
git clone https://github.com/astomodynamics/cddp-cpp
cd cddp-cpp
mkdir build && cd build
cmake ..
make -j4
make test
cmake -S . -B build
cmake --build build -j4
ctest --test-dir build --output-on-failure
```

### Documentation
Expand Down