Use when working with VRS Health Check - validating Aria recording quality before MPS processing. Covers the run_vrs_health_check CLI, configurations, threshold checks, exit codes, overriding thresholds, and the…
---
name: vrs-health-check
description: Use when working with VRS Health Check — validating Aria recording quality before MPS processing. Covers the run_vrs_health_check CLI, configurations, threshold checks, exit codes, overriding thresholds, and the Python API. Use whenever the user mentions VRS health check, recording validation, data quality checks, dropped frames, or pre-MPS validation.
---
# VRS Health Check
VRS Health Check validates Aria recording quality — checking for dropped frames, sensor consistency, calibration validity, and timing issues. It runs automatically as part of MPS processing, but can also be run standalone to diagnose recording problems before submission.
## How to Use This Skill
This skill teaches concepts. For details:
- **CLI**: `run_vrs_health_check --help`
- **Configurations and checks**: https://facebookresearch.github.io/projectaria_tools/gen2/ark/vrs_health_check/configuration_and_thresholds
- **Threshold customization**: https://facebookresearch.github.io/projectaria_tools/gen2/ark/vrs_health_check/customization
- **Python API**: `from projectaria_vrs_health_check import vrs_health_check`, then `help(vrs_health_check)`
## Installation
- **Install**: `pip install projectaria-vrs-health-check` (also installed automatically with `projectaria-mps`)
- **CLI command**: `run_vrs_health_check`
- **Docs**: https://facebookresearch.github.io/projectaria_tools/gen2/ark/vrs_health_check/installation
## Capabilities Overview