Skip to content

AJ92/SimITL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimITL - Sim In the Loop

Betaflight

License: GPL v3

SimITL is the successor to KwadSimSITL and a wrapper around Betaflight's SimITL ( software in the loop ) target to enable a realistic simulation of quadcopters running betaflight in a virtual environment. The main goal is to stay as close as possible to the real deal while maintaining a low latency which makes it possible to race virtually, using the actual betaflight code.

While SimITL is a virtual betaflight flight controller, it only outputs the quadcopter's orientation and speed, which can be used by any game engine to create a realistic betaflight simulator.

pr0p is currently developed along with SimITL as a racing simulator.

build

cd build

cmake -S ../ -B ./ -DCMAKE_TOOLCHAIN_FILE=../cmake/windows.cmake -D CMAKE_BUILD_TYPE=Release

make -j 16