Open autonomous robotics

The open stack for
smarter autonomous systems.

Astral ships the SDK, simulation paths, operator apps, and public datasets you need to train perception and evaluate autonomy honestly—in the air or on the ground. Bring your own robot and models, fly our reference platforms, or engage us to design custom quadcopters, fixed-wing aircraft, rovers, and more.

Open source SDKPublic datasetsIsaac-class evaluationMobile ops & fleet tools

What Astral ships today

Open software and honest benchmarks, plus operator tooling and simulation-first docs—backed by reference air and ground platforms and programs to integrate your fleet or design vehicles for your mission.

Open source stack

Python SDK, examples, and repositories you can run today—ArduPilot SITL for fast iteration on multicopters, fixed-wing, rovers, and more; Isaac-class sim when you need full perception loops.

Mobile operator app

iOS and Android apps for real-world aerial and ground operations alongside the same autonomy stack we develop in the open.

Yonder dataset

A large drone-perspective indoor corpus on Hugging Face, built to train perception and to stress-test cross-simulator generalization.

Explore Yonder

Simulation guides

Concrete setup for SITL and Isaac-style workflows so your autonomy code is exercised the same way we evaluate research benchmarks.

Run in simulation

Reference platforms · Custom vehicles & fleet programs

Research-grade autonomy

We publish on the metric gap in vision-language navigation for aerial and ground robots, modular architectures that separate semantics from geometry, swarm sensing requirements at scale, and Yonder — a public dataset designed to expose when offline perception metrics mislead you in closed loop.

Read our research
sitl_demo.sh
# Terminal 1 — ArduPilot SITL
sim_vehicle.py -v ArduCopter --console --map

# Terminal 2 — Astral SDK against SITL
pip install astral-sdk
export ASTRAL_SDK_SERIAL_PORT=tcp:127.0.0.1:5760
python -c "
import time, astral_sdk as drone
drone.takeoff(2.0)
time.sleep(5)
drone.land()
drone.disconnect()
"

Built for developers and researchers

Install the SDK, point it at ArduPilot SITL (multicopter, fixed-wing, rover, and more), and iterate in minutes on your hardware or ours. When you are ready to stress perception and planning together, move to Isaac-class simulation—same API surface, harder realism.

Mission Control in Your Pocket

Configure, deploy, monitor, and control real missions in the air and on the ground with the Astral mobile apps—alongside the same open SDK and simulation workflows we publish for developers.

1

Plan Your Mission

Design routes and waypoints, set behaviors, and configure autonomy for your vehicle class.

2

Simulate & Validate

Test your mission in our simulator before deploying to real hardware.

3

Deploy & Monitor

Launch your fleet and monitor real-time telemetry and video feeds.

Mission Control
Live Map
Alt
--
Speed
--
Battery
--
Launch Mission

Build smarter autonomous robots

Start in simulation, keep evaluation honest in closed loop, and ship autonomy people can audit—software, datasets, and optional vehicles built with the same engineering bar.

Open source SDK · Public datasets · Research-grade benchmarks