LICENSE
README.md
pyproject.toml
src/robometric_frame/__init__.py
src/robometric_frame/py.typed
src/robometric_frame.egg-info/PKG-INFO
src/robometric_frame.egg-info/SOURCES.txt
src/robometric_frame.egg-info/dependency_links.txt
src/robometric_frame.egg-info/requires.txt
src/robometric_frame.egg-info/top_level.txt
src/robometric_frame/efficiency/__init__.py
src/robometric_frame/efficiency/base.py
src/robometric_frame/efficiency/inference_latency.py
src/robometric_frame/efficiency/memory_usage.py
src/robometric_frame/safety/__init__.py
src/robometric_frame/safety/base.py
src/robometric_frame/safety/collision_rate.py
src/robometric_frame/safety/obstacle_proximity.py
src/robometric_frame/safety/risk_factor.py
src/robometric_frame/task_performance/__init__.py
src/robometric_frame/task_performance/action_accuracy.py
src/robometric_frame/task_performance/success_rate.py
src/robometric_frame/task_performance/task_completion_rate.py
src/robometric_frame/trajectory_quality/__init__.py
src/robometric_frame/trajectory_quality/absolute_trajectory_error.py
src/robometric_frame/trajectory_quality/curvature_change.py
src/robometric_frame/trajectory_quality/path_length.py
src/robometric_frame/trajectory_quality/path_smoothness.py
src/robometric_frame/trajectory_quality/relative_trajectory_error.py
tests/test_absolute_trajectory_error.py
tests/test_action_accuracy.py
tests/test_collision_rate.py
tests/test_curvature_change.py
tests/test_inference_latency.py
tests/test_memory_usage.py
tests/test_obstacle_proximity.py
tests/test_path_length.py
tests/test_path_smoothness.py
tests/test_relative_trajectory_error.py
tests/test_risk_factor.py
tests/test_success_rate.py
tests/test_task_completion_rate.py