|
|
@ -129,7 +129,7 @@ private: |
|
|
|
double rollRate, double pitchRate,double yawRate, // Local to plane
|
|
|
|
double rollRate, double pitchRate,double yawRate, // Local to plane
|
|
|
|
double xAccel, double yAccel, double zAccel, // Local to plane
|
|
|
|
double xAccel, double yAccel, double zAccel, // Local to plane
|
|
|
|
float airspeed, float altitude); |
|
|
|
float airspeed, float altitude); |
|
|
|
void _fdm_input(void); |
|
|
|
void _check_rc_input(void); |
|
|
|
void _fdm_input_local(void); |
|
|
|
void _fdm_input_local(void); |
|
|
|
void _output_to_flightgear(void); |
|
|
|
void _output_to_flightgear(void); |
|
|
|
void _simulator_servos(SITL::Aircraft::sitl_input &input); |
|
|
|
void _simulator_servos(SITL::Aircraft::sitl_input &input); |
|
|
@ -163,7 +163,7 @@ private: |
|
|
|
SocketAPM _sitl_rc_in{true}; |
|
|
|
SocketAPM _sitl_rc_in{true}; |
|
|
|
SITL::SITL *_sitl; |
|
|
|
SITL::SITL *_sitl; |
|
|
|
uint16_t _rcout_port; |
|
|
|
uint16_t _rcout_port; |
|
|
|
uint16_t _simin_port; |
|
|
|
uint16_t _rcin_port; |
|
|
|
float _current; |
|
|
|
float _current; |
|
|
|
|
|
|
|
|
|
|
|
bool _synthetic_clock_mode; |
|
|
|
bool _synthetic_clock_mode; |
|
|
|