src
cs_converter.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020-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 SC_CONVERTER_HPP
20
#define SC_CONVERTER_HPP
21
22
#include <Eigen/Geometry>
23
24
namespace
Converter
{
25
26
Eigen::Vector3d
nedToEnu
(Eigen::Vector3d ned);
27
Eigen::Vector3d
enuToNed
(Eigen::Vector3d enu);
28
29
Eigen::Vector3d
frdToFlu
(Eigen::Vector3d frd);
30
Eigen::Vector3d
fluToFrd
(Eigen::Vector3d flu);
31
32
Eigen::Quaterniond
frdNedTofluEnu
(
const
Eigen::Quaterniond& q_frd_to_ned);
33
Eigen::Quaterniond
fluEnuToFrdNed
(
const
Eigen::Quaterniond& q_flu_to_enu);
34
35
}
// namespace Converter
36
37
#endif // SC_CONVERTER_HPP
Converter::fluEnuToFrdNed
Eigen::Quaterniond fluEnuToFrdNed(const Eigen::Quaterniond &q_flu_to_enu)
Definition:
cs_converter.cpp:69
Converter
Definition:
cs_converter.cpp:23
Converter::frdNedTofluEnu
Eigen::Quaterniond frdNedTofluEnu(const Eigen::Quaterniond &q_frd_to_ned)
Definition:
cs_converter.cpp:65
Converter::fluToFrd
Eigen::Vector3d fluToFrd(Eigen::Vector3d flu)
Definition:
cs_converter.cpp:60
Converter::frdToFlu
Eigen::Vector3d frdToFlu(Eigen::Vector3d frd)
Definition:
cs_converter.cpp:57
Converter::nedToEnu
Eigen::Vector3d nedToEnu(Eigen::Vector3d ned)
Definition:
cs_converter.cpp:50
Converter::enuToNed
Eigen::Vector3d enuToNed(Eigen::Vector3d enu)
Definition:
cs_converter.cpp:53
inno_vtol_dynamics
Author(s): Roman Fedorenko, Dmitry Ponomarev, Ezra Tal, Winter Guerra
autogenerated on Mon Dec 9 2024 03:13:35