Skip to content

Initial MVP Release#8

Merged
HuiJun merged 45 commits into
masterfrom
develop
Jul 1, 2026
Merged

Initial MVP Release#8
HuiJun merged 45 commits into
masterfrom
develop

Conversation

@HuiJun

@HuiJun HuiJun commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

HuiJun and others added 30 commits April 29, 2026 13:25
Add open-source VICAR build with pre-built binaries
…bproject

- Move Dockerfile, vicario script, and .dockerignore to terrain-intelligence-generator/
- Rename image from vicar-native-toolkit to terrain-intelligence-generator
- Update GitHub Actions workflow and paths
- Update docker-compose.yml image reference
…nerator

Extract terrain intelligence generator
Try to handle vicar exit codes
Update documentation for the image renaming
…e quality

- Add Java vicario JAR (17MB FAT JAR with dependencies)
- Create wrapper script for automatic rescaling (oform=byte rescale=true)
- Add VICARIO.md documentation for building/obtaining JAR
- Add .dockerignore to optimize build context
- Fixes black image issue by properly rescaling 16-bit VICAR to 8-bit output

The Java implementation provides correct dynamic range handling that was
missing in the Python version, resulting in visible images instead of black.
…e quality

- Add Java vicario JAR (17MB FAT JAR with dependencies)
- Create wrapper script for automatic rescaling (oform=byte rescale=true)
- Add VICARIO.md documentation for building/obtaining JAR
- Add .dockerignore to optimize build context
- Fixes black image issue by properly rescaling 16-bit VICAR to 8-bit output

The Java implementation provides correct dynamic range handling that was
missing in the Python version, resulting in visible images instead of black.
Previous whitelist approach was blocking the JAR file.
Now only excludes logs and temporary files.
Previous whitelist approach was blocking the JAR file.
Now only excludes logs and temporary files.
- Resolved conflicts in .gitignore, Dockerfile, demo scripts
- Kept open-source approach (ours) for VICARIO.md and vicario.md
- Removed VISOR data from Docker image (saves 3GB)
- Image size reduced from 8.5GB to 5.5GB
- All demos tested and working with new image
- Add DEMO.md with step-by-step mesh generation walkthrough
- Move 5 documentation files to docs/ directory
  - CONFIGURATION.md
  - MOUNTING-DATA.md
  - OPENSOURCE-BUILD.md
  - QUICKREF.md
  - VICAR_NATIVE_TOOLKIT_WALKTHROUGH.md
- Update all documentation references in README files
- Keep README.md and DEMO.md in toolkit root for visibility
HuiJun added 6 commits June 29, 2026 17:26
- Combined both Quick Start approaches (Option A: Pre-computed XYZ, Option B: Full Stereo)
- Preserved detailed marsmesh output file descriptions (OBJ, MTL, IV, LBL)
- Kept comprehensive workspace file listing with all intermediate files
- Added Workflow 1 (Quick Test) before Full Pipeline workflow
- Updated documentation links to use docs/ folder structure
- Remove docs/superpowers/ from git (kept on filesystem)
- Add docs/superpowers/ to .gitignore
- Design documents moved to private workspace
- Change build context from ./terrain-intelligence-generator to ./terrain-intelligence-generator/docker
- Allows Dockerfile COPY command to access vicario.jar in same directory
- Fixes build failures in GitHub Actions due to missing vicario.jar
Adding java vicario in anticipation of public release.
@HuiJun HuiJun changed the title Update from develop Initial MVP Release Jun 30, 2026
HuiJun added 9 commits June 30, 2026 14:58
… VISOR data test

- Remove $LD_LIBRARY_PATH self-reference in Dockerfile (line 99)
  Variable doesn't exist yet, causing undefined variable warning
- Update Test 11 to verify VISOR data is NOT bundled (correct behavior)
  VISOR calibration and sample data should be mounted at runtime
- Update workflow documentation to reflect external mount design
The Python-based vicario script and Pillow dependency are no longer
needed since vicario was replaced with a Java implementation
(vicario.jar). This fixes the CI failure on Test 12 which expected
'import PIL' to succeed.

- Remove terrain-intelligence-generator/scripts/vicario (Python script)
- Remove python39 and python39-pip from Dockerfile
- Remove Python/Pillow CI test, renumber remaining tests (14 total)
- Update release notes to reflect Java vicario
VICAR commands return non-zero exit codes on success (e.g. gen
returns 1). The docker exec test was checking exit codes directly,
causing false failures. Now runs commands with || true and verifies
success by checking output files instead.
@HuiJun
HuiJun merged commit bf20a75 into master Jul 1, 2026
4 checks passed
@HuiJun
HuiJun deleted the develop branch July 1, 2026 17:41
@HuiJun
HuiJun restored the develop branch July 6, 2026 16:56
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.

1 participant