mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-21 23:10:35 +08:00
6ec8dec63a
This allows external modes to individually check if they are flagged as invalid/unresponsive. Previously this was done only based on whether or not ArmingCheckRequest was received, which does not work when multiple modes are running.
18 lines
697 B
C
18 lines
697 B
C
/****************************************************************************
|
|
* Copyright (c) 2024 PX4 Development Team.
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
****************************************************************************/
|
|
#pragma once
|
|
|
|
#include <translation_util.h>
|
|
|
|
#include "translation_airspeed_validated_v1.h"
|
|
#include "translation_arming_check_reply_v1.h"
|
|
#include "translation_arming_check_request_v1.h"
|
|
#include "translation_battery_status_v1.h"
|
|
#include "translation_event_v1.h"
|
|
#include "translation_home_position_v1.h"
|
|
#include "translation_vehicle_attitude_setpoint_v1.h"
|
|
#include "translation_vehicle_status_v1.h"
|
|
#include "translation_vehicle_local_position_v1.h"
|