src
mixers
px4_v1.12.1_13070.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Dmitry Ponomarev <ponomarevda96@gmail.com>
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, version 3.
7
*
8
* This program is distributed in the hope that it will be useful, but
9
* WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
* General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*
16
* Author: Dmitry Ponomarev <ponomarevda96@gmail.com>
17
*/
18
19
#ifndef SRC_MIXERS_MIXER_PX4_V_1_12_1_13070_HPP
20
#define SRC_MIXERS_MIXER_PX4_V_1_12_1_13070_HPP
21
22
#include "
base_mixer.hpp
"
23
24
class
PX4_V_1_12_1_Airframe_13070_to_VTOL
:
public
BaseReverseMixer
{
25
public
:
26
using
BaseReverseMixer::BaseReverseMixer
;
27
~PX4_V_1_12_1_Airframe_13070_to_VTOL
()
final
=
default
;
28
int8_t
init
()
override
;
29
protected
:
30
enum
InputAirframe
{
31
INPUT_AILERONS
= 4,
32
INPUT_ELEVATORS
= 5,
33
INPUT_RUDDERS
= 6,
34
INPUT_THROTLE
= 7,
35
};
36
void
motorsCallback
(sensor_msgs::Joy sp_from_px4)
override
;
37
};
38
39
#endif // SRC_MIXERS_MIXER_PX4_V_1_12_1_13070_HPP
BaseReverseMixer
Definition:
base_mixer.hpp:50
PX4_V_1_12_1_Airframe_13070_to_VTOL
Definition:
px4_v1.12.1_13070.hpp:24
PX4_V_1_12_1_Airframe_13070_to_VTOL::INPUT_ELEVATORS
@ INPUT_ELEVATORS
[1.0; +1.0]
Definition:
px4_v1.12.1_13070.hpp:32
PX4_V_1_12_1_Airframe_13070_to_VTOL::InputAirframe
InputAirframe
Definition:
px4_v1.12.1_13070.hpp:30
base_mixer.hpp
PX4_V_1_12_1_Airframe_13070_to_VTOL::INPUT_RUDDERS
@ INPUT_RUDDERS
[1.0; +1.0]
Definition:
px4_v1.12.1_13070.hpp:33
PX4_V_1_12_1_Airframe_13070_to_VTOL::motorsCallback
void motorsCallback(sensor_msgs::Joy sp_from_px4) override
Definition:
px4_v1.12.1_13070.cpp:29
PX4_V_1_12_1_Airframe_13070_to_VTOL::~PX4_V_1_12_1_Airframe_13070_to_VTOL
~PX4_V_1_12_1_Airframe_13070_to_VTOL() final=default
PX4_V_1_12_1_Airframe_13070_to_VTOL::INPUT_AILERONS
@ INPUT_AILERONS
[1.0; +1.0]
Definition:
px4_v1.12.1_13070.hpp:31
BaseReverseMixer::BaseReverseMixer
BaseReverseMixer(const ros::NodeHandle &nh)
Definition:
base_mixer.hpp:52
PX4_V_1_12_1_Airframe_13070_to_VTOL::INPUT_THROTLE
@ INPUT_THROTLE
[0.0; +1.0]
Definition:
px4_v1.12.1_13070.hpp:34
PX4_V_1_12_1_Airframe_13070_to_VTOL::init
int8_t init() override
Definition:
px4_v1.12.1_13070.cpp:21
inno_vtol_dynamics
Author(s): Roman Fedorenko, Dmitry Ponomarev, Ezra Tal, Winter Guerra
autogenerated on Mon Dec 9 2024 03:13:35