Skip to content

Spphire/Gaze-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaze Project

Shell repository for the Quest gaze-guided robot policy project.

This repository is the documentation, context, and deployment coordination layer around three independent code repositories:

Component Local path Upstream repository Role
QuestGazeClient thirdparty/QuestGazeClient git@github.com:Spphire/QuestGazeClient.git Quest 3 Unity client. Sends gaze, head, controller, recording, and calibration telemetry.
Quest3DataCollector thirdparty/Quest3DataCollector git@github.com:Spphire/Quest3DataCollector.git PC receiver for Quest telemetry, Flexiv/RealSense/gripper recording, calibration, replay, and teleop latency analysis.
gaze-dp / Gaze-WAM thirdparty/gaze-dp git@github.com:Spphire/gaze-dp.git Training codebase for HOT3D and future Collector robot demonstrations.

thirdparty/* is intentionally ignored by this shell repo. Manage code changes inside each component repository and use this repo for cross-component docs, deployment state, and agent context.

Documentation

Current Architecture

flowchart LR
    quest["QuestGazeClient\nQuest 3 Unity APK"] -->|"UDP 9100\nformal recording"| collector["Quest3DataCollector\nPC receiver"]
    quest -->|"HTTP 9101\ncalibration samples"| collector
    collector -->|"Flexiv RDK\nRealSense\nRobotiq"| robot["Flexiv robot setup"]
    collector -->|"pc_recordings/<recordId>"| recordings["Collector recordings"]
    recordings -->|"missing converter"| zarr["Gaze-WAM robot zarr"]
    hot3d["HOT3D open data"] --> training["gaze-dp / Gaze-WAM"]
    zarr --> training
Loading

The main missing software bridge remains the Collector recording folder to canonical Gaze-WAM robot zarr converter.

Git Policy

Use this repository for shell-level documentation and persistent agent context. Use each thirdparty repository for its own source code commits.

Recommended status check:

git -C W:\实验室项目\Gaze-Project status -sb
git -C W:\实验室项目\Gaze-Project\thirdparty\QuestGazeClient status -sb
git -C W:\实验室项目\Gaze-Project\thirdparty\Quest3DataCollector status -sb
git -C W:\实验室项目\Gaze-Project\thirdparty\gaze-dp status -sb

Do not commit large datasets, Unity build outputs, venvs, zarr stores, or raw recordings into this shell repo. Small JSON audit summaries may be kept under artifacts/ as qualification evidence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors