|
|
|
@ -304,7 +304,7 @@ private:
@@ -304,7 +304,7 @@ private:
|
|
|
|
|
void cruise_learn_start(); |
|
|
|
|
void cruise_learn_update(); |
|
|
|
|
void cruise_learn_complete(); |
|
|
|
|
void log_write_cruise_learn(); |
|
|
|
|
void log_write_cruise_learn() const; |
|
|
|
|
|
|
|
|
|
// ekf_check.cpp
|
|
|
|
|
void ekf_check(); |
|
|
|
@ -426,7 +426,7 @@ public:
@@ -426,7 +426,7 @@ public:
|
|
|
|
|
void motor_test_stop(); |
|
|
|
|
|
|
|
|
|
// frame type
|
|
|
|
|
uint8_t get_frame_type() { return g2.frame_type.get(); } |
|
|
|
|
uint8_t get_frame_type() const { return g2.frame_type.get(); } |
|
|
|
|
AP_WheelRateControl& get_wheel_rate_control() { return g2.wheel_rate_control; } |
|
|
|
|
|
|
|
|
|
// Simple mode
|
|
|
|
|