COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
copp.hpp
Go to the documentation of this file.
1#pragma once
2
3// Umbrella header for the experimental COPP C++ facade.
4//
5// Include this header in application code unless a smaller dependency surface is
6// needed. The implementation is intentionally not header-only; public classes in
7// these headers call into `.cpp` files that hide the private `cxx` bridge.
8
9#include "copp/core.hpp"
10#include "copp/clarabel.hpp"
12#include "copp/objective.hpp"
13#include "copp/path.hpp"
14#include "copp/robot.hpp"
19#include "copp/solver/topp3.hpp"