mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Blimp: tidy sending of queued opticalflow messages
This commit is contained in:
parent
51481a8284
commit
e9700c1709
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include "GCS_Mavlink.h"
|
#include "GCS_Mavlink.h"
|
||||||
#include <AP_RPM/AP_RPM_config.h>
|
#include <AP_RPM/AP_RPM_config.h>
|
||||||
|
#include <AP_OpticalFlow/AP_OpticalFlow_config.h>
|
||||||
|
|
||||||
MAV_TYPE GCS_Blimp::frame_type() const
|
MAV_TYPE GCS_Blimp::frame_type() const
|
||||||
{
|
{
|
||||||
@ -360,7 +361,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||||||
#if HAL_MOUNT_ENABLED
|
#if HAL_MOUNT_ENABLED
|
||||||
MSG_GIMBAL_DEVICE_ATTITUDE_STATUS,
|
MSG_GIMBAL_DEVICE_ATTITUDE_STATUS,
|
||||||
#endif
|
#endif
|
||||||
|
#if AP_OPTICALFLOW_ENABLED
|
||||||
MSG_OPTICAL_FLOW,
|
MSG_OPTICAL_FLOW,
|
||||||
|
#endif
|
||||||
#if COMPASS_CAL_ENABLED
|
#if COMPASS_CAL_ENABLED
|
||||||
MSG_MAG_CAL_REPORT,
|
MSG_MAG_CAL_REPORT,
|
||||||
MSG_MAG_CAL_PROGRESS,
|
MSG_MAG_CAL_PROGRESS,
|
||||||
|
Loading…
Reference in New Issue
Block a user