Implementing a PID Controller in Rust

I implemented a PID controller for a drone flight control system in Rust. This post walks through the code, tuning challenges, and lessons learned while stabilizing a drone.

2025-03-23 · 5 min · Wil Boayue

Flight Controller: Why Rust?

I started the implementation of a flight controller in Rust. These are my thoughts on why I chose Rust.

2025-03-01 · 1 min · Wil Boayue