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
"""Native extension module for copp-py.

User code should normally import the package as ``import copp_py as copp`` and
use the public namespaces rather than importing this module directly.
"""

from ._stubs.core import *
from ._stubs.interpolation import *
from ._stubs.path import *
from ._stubs.constraints import *
from ._stubs.robot import *
from ._stubs.objective import *
from ._stubs.clarabel import *
from ._stubs.topp2 import *
from ._stubs.copp2 import *
from ._stubs.topp3 import *
from ._stubs.copp3 import *