COPP C++ API
C++ interface for COPP trajectory optimization
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
 NcoppRoot namespace for the C++ facade: paths, robots, constraints, matrices, profiles, errors, objectives, interpolation, and solver entry points
 NclarabelClarabel option, raw setting, status, and linear-solver diagnostic types shared by Clarabel-backed TOPP/COPP solvers
 NdetailInternal construction tags used to fetch Rust-side Clarabel defaults without double-initializing nested settings
 NdetailInternal helpers for error conversion, no-throw overloads, and small implementation utilities used by the public facade
 NeigenOptional Eigen adapters that convert Eigen objects to COPP matrix views or map COPP-owned matrices without changing the core API types
 NinterpolationTime-conversion helpers for TOPP2/TOPP3 profiles, including s -> t, uniform t -> s, explicit-sample t -> s, and third-order profile slicing
 NobjectivePython-like factory namespace for constructing COPP objective descriptors such as time, linear, thermal-energy, and torque-variation costs
 NsolverSolver entry namespace containing TOPP2, COPP2, TOPP3, COPP3, reachable-set, RA, LP, and SOCP solver families
 Ntopp2_raSecond-order time-optimal reachability-analysis solver plus second-order reachable-set artifacts and options
 Nreach_set2Standalone second-order reachable-set helpers for feasibility analysis or diagnostics before TOPP2/COPP2 recovery
 Ncopp2_socpSecond-order convex-objective Clarabel SOCP backend with normal profile-returning APIs and expert diagnostic results
 Ntopp3Shared third-order problem, boundary, stationary-bound, and expert result types used by TOPP3-LP, TOPP3-SOCP, and COPP3-SOCP
 Ntopp3_lpThird-order time-optimal Clarabel LP backend over a pre-linearized topp3::Problem
 Ntopp3_socpThird-order time-optimal Clarabel SOCP backend, commonly used as an iterative convex refinement by rebuilding the problem with the returned profile.a
 Ncopp3_socpThird-order convex-objective Clarabel SOCP backend with COPP objective support and expert objective/solver diagnostics