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
"
11
#include "
copp/interpolation.hpp
"
12
#include "
copp/objective.hpp
"
13
#include "
copp/path.hpp
"
14
#include "
copp/robot.hpp
"
15
#include "
copp/solver/copp2_socp.hpp
"
16
#include "
copp/solver/copp3_socp.hpp
"
17
#include "
copp/solver/reach_set2.hpp
"
18
#include "
copp/solver/topp2_ra.hpp
"
19
#include "
copp/solver/topp3.hpp
"
20
#include "
copp/solver/topp3_lp.hpp
"
21
#include "
copp/solver/topp3_socp.hpp
"
clarabel.hpp
copp2_socp.hpp
copp3_socp.hpp
core.hpp
interpolation.hpp
objective.hpp
path.hpp
reach_set2.hpp
robot.hpp
topp2_ra.hpp
topp3.hpp
topp3_lp.hpp
topp3_socp.hpp
bindings
cpp
include
copp
copp.hpp
Generated by
1.17.0