|
|
|
@ -88,6 +88,7 @@
@@ -88,6 +88,7 @@
|
|
|
|
|
#include <AP_RPM/AP_RPM.h> |
|
|
|
|
#include <AC_InputManager/AC_InputManager.h> // Pilot input handling library |
|
|
|
|
#include <AC_InputManager/AC_InputManager_Heli.h> // Heli specific pilot input handling library |
|
|
|
|
#include <AP_Button/AP_Button.h> |
|
|
|
|
|
|
|
|
|
// Configuration
|
|
|
|
|
#include "defines.h" |
|
|
|
@ -660,6 +661,7 @@ private:
@@ -660,6 +661,7 @@ private:
|
|
|
|
|
void send_rangefinder(mavlink_channel_t chan); |
|
|
|
|
void send_rpm(mavlink_channel_t chan); |
|
|
|
|
void rpm_update(); |
|
|
|
|
void button_update(); |
|
|
|
|
void send_pid_tuning(mavlink_channel_t chan); |
|
|
|
|
void gcs_send_message(enum ap_message id); |
|
|
|
|
void gcs_send_mission_item_reached_message(uint16_t mission_index); |
|
|
|
|