Skip to content

chore: remove obsolete dead code and stale references - #1593

Merged
TATP-233 merged 1 commit into
mainfrom
chore/issue-1590-dead-code-cleanup
Sep 16, 2026
Merged

TATP-233 merged 1 commit into
mainfrom
chore/issue-1590-dead-code-cleanup

Conversation

@TATP-233

Copy link
Copy Markdown
Collaborator

Summary

Removes obsolete dead code and stale references left over from the Unitree downstream migration and earlier cleanups:

  • Deleted dead code/files: src/unilab/utils/monitoring.py (zero references), scripts/convert_motion_29dof_to_23dof.py, scripts/benchmark/env/benchmark_postprocess.py, scripts/benchmark/xmls/humanoid/humanoid100.xml, the empty src/unilab/assets/motions/g1/23dof_amp/.gitkeep, and the orphaned src/unilab/assets/robots/hfields/hfield.png.
  • go1→go2 drake test port: tests/base/backend/test_drake_batch_pool.py now uses the in-repo go2 asset instead of the removed go1 fixture.
  • Docs sync: API-reference indexes and developer/deployment guides (en + zh_CN) no longer reference the removed modules; .gitignore, pyproject coverage/pyright omits, and seed/sim2sim/geometry/device/training references cleaned up accordingly.

Explicitly kept (reviewed and deliberately retained): the rough/terrain public API chain, test-only rotation math functions, the utils/tensor transition shim, and the legacy reward_config branch.

Impact

No runtime/backend/training behavior change; no public contract change.

Validation

  • make test-all on this head: 1474 passed, 26 skipped (exit 0), including the benchmark smoke suite (34/34 module-mode, 35/35 script-mode).

Closes #1590

Delete zero-reference scripts, assets, and the unused monitoring
utility left over from the Unitree downstream migration; port the
drake batch-pool test fixture from go1 to go2; drop stale doc and
config references to the removed modules.

Refs #1590
@TATP-233
TATP-233 merged commit 9f6deb5 into main Sep 16, 2026
8 checks passed
@TATP-233
TATP-233 deleted the chore/issue-1590-dead-code-cleanup branch September 16, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

清理过时文件与死代码(Unitree 下游迁移残留 + 零引用工具代码)

1 participant