copp-py Python DocumentationΒΆ
copp_py is the Python interface to the COPP path-parameterization core.
It converts a geometric path
\[q = q(s)\]
into a time law
\[s = s(t)\]
that satisfies path, velocity, acceleration, torque, and jerk constraints while optimizing either traversal time or a convex objective. The Python API groups the solver families into namespace modules, uses NumPy arrays, and supports optional Python automatic-differentiation backends for path construction.
Guide: