AETHER pip install aether-robotics
Get started

Install

$ pip install aether-robotics

Optional dependency groups

$ pip install "aether-robotics[full]"   # planner + vision, server, CV, plots
$ pip install "aether-robotics[pi]"     # Raspberry Pi GPIO + camera
$ pip install "aether-robotics[drone]"  # MAVLink flight controllers
$ pip install "aether-robotics[ml]"     # YOLO detection + ML utils
GroupEnables
fullLLM planner + vision (anthropic), HTTP server (flask), camera CV, plots
piRaspberry Pi GPIO + camera stack
droneMAVLink flight-controller support
mlYOLO object detection and extra ML utilities

On Raspberry Pi 5, substitute rpi-lgpio for RPi.GPIO.

API key

$ export ANTHROPIC_API_KEY="sk-ant-..."