Setup basic scene to move the cube to last data received
This commit is contained in:
parent
73fed102c2
commit
372468b5a1
6 changed files with 59 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue