Otto Seiskari
oseiskar.bsky.social
Otto Seiskari
@oseiskar.bsky.social
Low-cost autonomous GPS-free navigation (closed-loop): Pixhawk mission flight mode with Spectacular AI
VIO as “fake GPS”, running real-time on #raspberrypi CM 4. Extra sensor & compute weight < 100g
September 11, 2025 at 9:14 AM
Easiest way to calibrate a camera on Linux. No ROS, no Docker, no CMake. Just FFmpeg and Spectacular AI command line tool installable via Python pip:

sudo apt install ffmpeg
pip install spectacularAI[full]
sai-cli calibrate your-data.mkv
April 8, 2025 at 8:27 AM
GPS-free visual-inertial navigation in real time on Raspberry Pi 5 with a consumer-grade IMU and camera (and this is not even the slowest CPU this runs on!)
February 7, 2025 at 3:49 PM
Latest demo for context: We can position an aircraft with ~20m accuracy (CEP) over a 70+ km flight using only a 5$ IMU sensor, barometer and a fisheye camera.

This video was rendered offline and positions a Cessna instead of an UAV, but the software runs in real-time, on Raspberry Pi -level CPUs.
November 29, 2024 at 2:02 PM