Coverage for src/pyroboplan/trajectory/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.6.12, created at 2025-02-28 21:35 -0500
« prev ^ index » next coverage.py v7.6.12, created at 2025-02-28 21:35 -0500
1"""Trajectory generation and execution module.
3This module contains utilities for generating trajectories from paths,
4executing them at specified times, and visualizing them.
5"""