copp 0.2.1

Convex-objective path parameterization for robotic trajectory planning.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
r"""Solver entry namespace following the Rust ``solver`` module layout."""

from . import copp2_socp as copp2_socp
from . import copp3_socp as copp3_socp
from . import reach_set2 as reach_set2
from . import topp2_ra as topp2_ra
from . import topp3_lp as topp3_lp
from . import topp3_socp as topp3_socp

__all__ = [
    "copp2_socp",
    "copp3_socp",
    "reach_set2",
    "topp2_ra",
    "topp3_lp",
    "topp3_socp",
]