mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
16 lines
567 B
C
16 lines
567 B
C
/****************************************************************************
|
|
* Copyright (c) 2024 PX4 Development Team.
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
****************************************************************************/
|
|
#pragma once
|
|
|
|
#include <translation_util.h>
|
|
|
|
//#include "example_translation_direct_v1.h"
|
|
//#include "example_translation_multi_v2.h"
|
|
//#include "example_translation_service_v1.h"
|
|
|
|
#include "translation_vehicle_status_v1.h"
|
|
#include "translation_airspeed_validated_v1.h"
|
|
#include "translation_vehicle_attitude_setpoint_v1.h"
|