I built a GATv2 + MINCO + CBF drone swarm controller in Isaac Lab — here’s what actually worked (and what didn’t)
Capstone project: decentralized formation control for UAV swarms using CTDE (centralized training, decentralized execution) with a shared PPO policy in NVIDIA Isaac Lab. **The stack (GNSC 5-layer architecture):** – L1: Local sensing — 12D body-frame state + K-nearest neighbor relative positions (18D total obs) – L2: GATv2 graph attention network — each drone reasons about K-nearest neighbors via sparse message passing – L3: MINCO minimum-jerk trajectory filter (T=0.04s) + SwarmRaft agent dropout recovery – L4: CBF-QP safety shield […]