Setup basic scene to move the cube to last data received

This commit is contained in:
Marek S. Łukasiewicz 2025-01-30 17:11:10 +01:00
parent 73fed102c2
commit 372468b5a1
6 changed files with 59 additions and 4 deletions

View file

@ -2,6 +2,11 @@
import os
import sys
if not os.path.isdir("modules/mavlink"):
raise UserError("MAVLink sources missing, run git submodule update --init --recursive")
if not os.path.isdir("include/mavlink"):
raise UserError("MAVLink generated headers missing, run python update_mavlink.py")
env = SConscript("modules/godot-cpp/SConstruct")
# For reference: