Add support for malolo flying wing in JSBSim SITL

This commit adds SITL target for malolo flying wing and updates the jsbsim_bridge submodule to include the necessary changes.
This commit is contained in:
Jaeyoung-Lim
2020-10-16 12:05:18 +02:00
committed by Beat Küng
parent 7d6f8dc882
commit 3c20580533
5 changed files with 62 additions and 2 deletions

View File

@@ -21,6 +21,9 @@ case "$MODEL" in
rascal)
MODEL_NAME="Rascal110-JSBSim"
;;
malolo)
MODEL_NAME="Malolo1"
;;
quadrotor_x)
MODEL_NAME="quadrotor_x"
;;