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

@@ -177,7 +177,7 @@ foreach(viewer ${viewers})
endforeach()
# create targets for jsbsim
set(models_jsbsim none rascal quadrotor_x hexarotor_x)
set(models_jsbsim none rascal quadrotor_x hexarotor_x malolo)
set(worlds_jsbsim none LSZH)
foreach(debugger ${debuggers})
foreach(model ${models_jsbsim})