Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.01 KB

File metadata and controls

26 lines (21 loc) · 1.01 KB

Rover Improvements

LLM Usage

  • LM Router so we can route simple requests to cheaper models
  • logging properly so we can associate images with observations & inventory

Vision System

  • Just captures an image and sends it to openai
    • get the image capture to send to cheaper, vision-classifier models that can run on small consumer hardware
    • get the image capture to identify objects and save those somehow
  • seems to lose the feed, perhaps needs to ... do something else with the feed

mapping and telemetry

navigation

  • probably some goals will help
  • having direct prompting about the plan would help
  • if beacons are available, can tag things locally to beacons
  • do more deterministic navigation