mirror of https://github.com/ArduPilot/ardupilot
ACM: fixed HIL build
This commit is contained in:
parent
0688eee9bc
commit
d3cc6e5fab
|
@ -33,6 +33,7 @@ public:
|
||||||
float get_error_yaw(void) { return 0; }
|
float get_error_yaw(void) { return 0; }
|
||||||
|
|
||||||
// settable parameters
|
// settable parameters
|
||||||
|
AP_Float _kp;
|
||||||
AP_Float _kp_yaw;
|
AP_Float _kp_yaw;
|
||||||
AP_Float gps_gain;
|
AP_Float gps_gain;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue