LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
requirements.txt
requirements3.txt
setup.py
toppra/_CythonUtils.c
toppra/_CythonUtils.pyx
toppra/__init__.py
toppra/constants.py
toppra/exceptions.py
toppra/interpolator.py
toppra/parametrizer.py
toppra/planning_utils.py
toppra/simplepath.py
toppra/utils.py
toppra.egg-info/PKG-INFO
toppra.egg-info/SOURCES.txt
toppra.egg-info/dependency_links.txt
toppra.egg-info/not-zip-safe
toppra.egg-info/requires.txt
toppra.egg-info/top_level.txt
toppra/algorithm/__init__.py
toppra/algorithm/algorithm.py
toppra/algorithm/convex_opt.py
toppra/algorithm/reachabilitybased/__init__.py
toppra/algorithm/reachabilitybased/desired_duration_algorithm.py
toppra/algorithm/reachabilitybased/reachability_algorithm.py
toppra/algorithm/reachabilitybased/time_optimal_algorithm.py
toppra/constraint/__init__.py
toppra/constraint/conic_constraint.py
toppra/constraint/constraint.py
toppra/constraint/joint_torque.py
toppra/constraint/linear_constraint.py
toppra/constraint/linear_joint_acceleration.py
toppra/constraint/linear_joint_velocity.py
toppra/constraint/linear_second_order.py
toppra/cpp/__init__.py
toppra/solverwrapper/__init__.py
toppra/solverwrapper/cvxpy_solverwrapper.py
toppra/solverwrapper/cy_seidel_solverwrapper.c
toppra/solverwrapper/cy_seidel_solverwrapper.pyx
toppra/solverwrapper/ecos_solverwrapper.py
toppra/solverwrapper/hot_qpoases_solverwrapper.py
toppra/solverwrapper/qpoases_solverwrapper.py
toppra/solverwrapper/solverwrapper.py