mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-20 11:28:58 +08:00
example with both sim and jsbsim
This commit is contained in:
@@ -197,7 +197,14 @@
|
||||
</section>
|
||||
|
||||
<makefile>
|
||||
# Config for SITL simulation with JSBSim
|
||||
#### Config for SITL simulation
|
||||
include $(PAPARAZZI_SRC)/conf/autopilot/sitl.makefile
|
||||
|
||||
sim.CFLAGS += -DBOARD_CONFIG=\"tiny.h\" -DAGR_CLIMB -DLOITER_TRIM -DALT_KALMAN
|
||||
sim.srcs += nav_line.c nav_survey_rectangle.c
|
||||
|
||||
|
||||
#### Config for SITL simulation with JSBSim
|
||||
include $(PAPARAZZI_SRC)/conf/autopilot/sitl_jsbsim.makefile
|
||||
|
||||
jsbsim.CFLAGS += -I/home/cocoleon/usr/include/JSBSim
|
||||
|
||||
Reference in New Issue
Block a user