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
nps_flightgear.h
#ifndef NPS_FLIGHTGEAR_H
#define NPS_FLIGHTGEAR_H

extern void nps_flightgear_init(const char* host,  unsigned int port, unsigned int port_in, unsigned int time_offset);
extern void nps_flightgear_send(void);
extern void nps_flightgear_send_fdm(void);

#endif /* NPS_FLIGHTGEAR_H */
back to top