This repo now includes a Gaia-native full image pipeline for PhotonVision HeliOS Raze under gaia/.
build_helios_raze_image.sh now defaults image creation to Gaia (IMAGE_BUILDER=gaia).
Typical run:
./build_helios_raze_image.shIn Gaia mode, the PhotonVision jar is now built from source as part of the build pipeline (program.custom) by default.
You can still run the legacy workflow path by setting:
IMAGE_BUILDER=workflow ./build_helios_raze_image.sh- Build entry:
gaia/builds/helios-raze.toml - Configs:
gaia/configs/*.toml - Buildroot external overrides (libcamera, ov9782, board scripts):
gaia/assets/buildroot/ - Runner:
gaia/scripts/build-helios-raze-image.sh
PHOTONVISION_JAR_PATHorPHOTONVISION_JAR_URL- Optional Gaia locator:
GAIA_BIN=/path/to/gaia- or
GAIA_REPO=/path/to/Gaia-Image-Builder
Outputs:
output/photonvision-helios-raze.imgoutput/photonvision_helios-raze.img(compatibility copy)