Concept Flow - Software-In-The-Loop (SITL) concept
Write drone control code
Run code in SITL simulator
Simulator mimics drone hardware
Code sends commands to simulator
Simulator updates drone state
Feedback sent back to code
Code adjusts commands based on feedback
Repeat loop
Test complete or code ready
SITL runs your drone code inside a simulator that acts like the real drone hardware, letting you test commands and responses in a loop.