Revision 74c0e6394dc5a2a6fb703406de719b47a626cb3b authored by ziqingma on 22 October 2023, 21:33:01 UTC, committed by ziqingma on 23 October 2023, 08:42:43 UTC
CG shift due to tilt issue, add takeoff test flightplan in cyberzoo

Update guidance_indi.c
1 parent 6b317f2
Raw File
Makefile.hitl
$(TARGET).CFLAGS += $(nps.CFLAGS)
$(TARGET).srcs 	+= $(nps.srcs)
$(TARGET).LDFLAGS += $(nps.LDFLAGS)
include $(PAPARAZZI_SRC)/conf/Makefile.nps
back to top