fix(monocular): bootstrap fresh-worktree private follow-up#34
Draft
fix(monocular): bootstrap fresh-worktree private follow-up#34
Conversation
Summary: - teach the private monocular follow-up wrapper to bootstrap missing repo-local media and native prerequisites in a fresh worktree - add a prerequisite verification phase before the aggressive HEL-57 replay starts - cover the new phase planner with focused tests Rationale: - the first HEL-79 rerun failed before the save-path diagnostics because the wrapper assumed ffmpeg and the native ORB-SLAM3 dependency lane were already present from an older workspace - codifying those prerequisites in the wrapper leaves a reproducible repo-owned lane instead of depending on hidden host state Tests: - PYTHONPATH=src python3 -m unittest tests.test_run_private_monocular_followup tests.test_run_private_save_comparison_followup tests.test_run_monocular_baseline tests.test_patch_orbslam3_baseline - python3 -m py_compile scripts/run_private_monocular_followup.py scripts/run_private_save_comparison_followup.py scripts/run_monocular_baseline.py scripts/patch_orbslam3_baseline.py - make check Co-authored-by: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make monocular-prereqsverification phase before the aggressive HEL-57 replay startsValidation
make testmake buildmake smokemake checkFollow-ups
mono_tum_virebuild is still in progress.symphony/progress/HEL-79.json,.symphony/progress/HEL-79-private-run.json,logs/out/hel-79_private_save_comparison_followup.log, andlogs/out/hel-79_private_monocular_followup.log