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
"""Profile interpolation and time-parameter conversion utilities."""

from ._native import (
    Profile3rd as Profile3rd,
    a_to_b_topp2 as a_to_b_topp2,
    s_to_t_topp2 as s_to_t_topp2,
    s_to_t_topp3 as s_to_t_topp3,
    t_to_s_topp2 as t_to_s_topp2,
    t_to_s_topp2_samples as t_to_s_topp2_samples,
    t_to_s_topp2_uniform as t_to_s_topp2_uniform,
    t_to_s_topp3 as t_to_s_topp3,
    t_to_s_topp3_samples as t_to_s_topp3_samples,
    t_to_s_topp3_uniform as t_to_s_topp3_uniform,
)

__all__: list[str]