Correct tactile latency (+15f) for pushT: tactile videos shifted to align with cameras/poses, rebuilt from raw H5 (single-gen, raw-quality contact scalars). RGB/depth/pose unchanged.
Correct tactile latency (+15f) for motherboard: tactile videos shifted to align with cameras/poses, rebuilt from raw H5 (single-gen, raw-quality contact scalars). RGB/depth/pose unchanged.
Add tactile-latency inspection clips: ~10s real-time (1x) panels around contact onsets, per task, for verifying GelSight deformation lag vs visual contact.
Correct world-frame offset metadata: locked-in value is (0.230, 0.000, 0.175) m for 2026-05-19 (previous commit message mis-stated 0.225 due to a hardcoded string; actual data was 0.230).
Apply world-frame offset (dx, dy, dz) = (0.225, 0.0, 0.175) m to all 5 episodes of 2026-05-19 so all 32 episodes share one OptiTrack world frame. Per-episode _contact_meta.world_frame_offset_applied documents the bake. Segments, previews, tasks.json, segments.json refreshed.
Apply world-frame offset (dx, dy, dz) = (0.225, 0.0, 0.175) m to all 5 episodes of 2026-05-19 so all 32 episodes share one OptiTrack world frame. Per-episode _contact_meta.world_frame_offset_applied documents the bake. Segments, previews, tasks.json, segments.json refreshed.
Re-render all 32 episode previews with the new visual recipe: (1) first 30s of post-trim data played at 2x speed (15s output, real motion visible). (2) 2x-supersampled overlay -> effective 1.5-px axis lines + inner/outer dot r=2/3 (was 5/6). (3) 2026-05-19 has world-frame offset (dx,dy,dz)=(+0.225,0,+0.175) m applied to OT poses so projection markers align with sensors (new session used a shifted OptiTrack origin). 2026-05-10/11 rendered without offset (original world frame).
Apply world-frame offset (dx, dy, dz) = (0.225, 0.0, 0.175) m to all 5 episodes of 2026-05-19 so all 32 episodes share one OptiTrack world frame. Per-episode _contact_meta.world_frame_offset_applied documents the bake. Segments, previews, tasks.json, segments.json refreshed.
Regenerate 2026-05-10 + 2026-05-11 episode previews with the same recipe used for 2026-05-19: 60 frames evenly sampled, 15 fps, raw H5 -> ffmpeg yuv444p (no GIF palette quantization, no 5x speedup). Previous previews were dim and ultra-fast (14 frames at 16.7 fps, palette-quantized). New ones are brighter and play at a readable pace -- consistent across all 32 episodes.
Wave 2: multi-cam migration complete for 2026-05-10 + 2026-05-11. All 32 episodes now ship under episodes/ and segments/ with view_left / view_middle / view_right + tactile_{left,right}. Legacy processed/mode1_v1/ and processed/mode2_v1/ removed.
examples/play_react_pt.py: accept episode-stem paths. You can now pass .../2026-05-11/episode_005 (no .pt suffix) and the player resolves all matching segments, loads the parent date folder so N/P navigation still works, and seeks to that episode on start.