Browse Source
Data analysis revealed that R_comp rotation was making arm drift 2-3x WORSE. Root cause: when the head rotates, the Quest tracking point orbits around the neck, creating a translational shift in head position. Since tv_wrapper subtracts head_pos from wrist positions, this shift causes spurious wrist drift (r=-0.96 correlation, slope=-1.0). Replace rotation-based position compensation with translation correction: store head_pos_at_cal, add head_pos_delta each frame to cancel the head orbit artifact. Keep R_comp for wrist orientations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>main
1 changed files with 11 additions and 6 deletions
Loading…
Reference in new issue