Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
i
l
m
p
r
s
t
u
v
~
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
w
Enumerations
+
Files
File List
+
File Members
+
All
a
b
c
d
g
i
m
p
r
s
t
u
v
w
+
Functions
c
g
m
t
Variables
Enumerations
Enumerator
src
dynamics
dynamics.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 RaccoonLab.
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_DYNAMICS_DYNAMICS_HPP
20
#define SRC_DYNAMICS_DYNAMICS_HPP
21
22
enum class
DynamicsType
{
23
FLIGHTGOGGLES_MULTICOPTER
= 0,
24
INNO_VTOL
,
25
};
26
27
enum class
VehicleType
{
28
IRIS
= 0,
29
INNOPOLIS_VTOL
,
30
};
31
32
enum class
DynamicsNotation_t
{
33
PX4_NED_FRD
= 0,
34
ROS_ENU_FLU
= 1,
35
};
36
37
struct
DynamicsInfo
{
38
std::string
dynamicsName
;
39
DynamicsType
dynamicsType
;
40
41
VehicleType
vehicleType
;
42
std::string
vehicleName
;
43
44
DynamicsNotation_t
notation
;
45
};
46
47
48
#endif // SRC_DYNAMICS_DYNAMICS_HPP
DynamicsInfo::dynamicsName
std::string dynamicsName
Definition:
dynamics.hpp:38
DynamicsType::FLIGHTGOGGLES_MULTICOPTER
DynamicsNotation_t::ROS_ENU_FLU
VehicleType
VehicleType
Definition:
dynamics.hpp:27
VehicleType::IRIS
DynamicsNotation_t
DynamicsNotation_t
Definition:
dynamics.hpp:32
DynamicsInfo::vehicleName
std::string vehicleName
Definition:
dynamics.hpp:42
DynamicsType::INNO_VTOL
DynamicsInfo::notation
DynamicsNotation_t notation
Definition:
dynamics.hpp:44
DynamicsInfo
Definition:
dynamics.hpp:37
DynamicsType
DynamicsType
Definition:
dynamics.hpp:22
DynamicsNotation_t::PX4_NED_FRD
DynamicsInfo::dynamicsType
DynamicsType dynamicsType
Definition:
dynamics.hpp:39
VehicleType::INNOPOLIS_VTOL
DynamicsInfo::vehicleType
VehicleType vehicleType
Definition:
dynamics.hpp:41
inno_vtol_dynamics
Author(s): Roman Fedorenko, Dmitry Ponomarev, Ezra Tal, Winter Guerra
autogenerated on Sat Jul 1 2023 02:13:44