You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
697 B
17 lines
697 B
/****************************************************************************
|
|
* 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"
|
|
|