Parent PRD
#1
What to build
Wire Gemma4Brain into the full RoverBrain startup path via the GEMMA4=1 env var, and validate the complete system runs end-to-end with a real Vector robot: face detection still works (onboard), BehaviorArbiter arbitrates correctly, Gemma 4 provides nav decisions, memory persists across restart.
Acceptance criteria
Blocked by
User stories addressed
- Full Vector AI system runs on Gemma 4 with a single env var
- Existing face detection, cliff safety, and mission features all preserved
Parent PRD
#1
What to build
Wire Gemma4Brain into the full RoverBrain startup path via the GEMMA4=1 env var, and validate the complete system runs end-to-end with a real Vector robot: face detection still works (onboard), BehaviorArbiter arbitrates correctly, Gemma 4 provides nav decisions, memory persists across restart.
Acceptance criteria
GEMMA4=1 python3 main.pyboots without errors🧠 Gemma 4 brain ACTIVE — LLaVA + Llama3.1 replacedGEMMA4=0 python3 main.py(or without flag) still uses original AIBrain (LLaVA)Blocked by
User stories addressed