#include <iostream>
#include <cmath>
#include <boost/algorithm/clamp.hpp>
#include <algorithm>
#include "vtolDynamicsSim.hpp"
#include <ros/package.h>
#include <array>
#include "cs_converter.hpp"
#include "common_math.hpp"
Go to the source code of this file.
|
| template<int ROWS, int COLS, int ORDER> |
| Eigen::MatrixXd | getTableNew (const std::string &path, const char *name) |
| |
◆ getTableNew()
template<int ROWS, int COLS, int ORDER>
| Eigen::MatrixXd getTableNew |
( |
const std::string & |
path, |
|
|
const char * |
name |
|
) |
| |
◆ ACTUATORS_MAX_AMOUNT
| constexpr const size_t ACTUATORS_MAX_AMOUNT = 12 |
|
staticconstexpr |
◆ ACTUATORS_MIN_AMOUNT
| constexpr const size_t ACTUATORS_MIN_AMOUNT = 8 |
|
staticconstexpr |
◆ AILERONS_INDEX
| constexpr const size_t AILERONS_INDEX = 0 |
|
staticconstexpr |
◆ ELEVATORS_INDEX
| constexpr const size_t ELEVATORS_INDEX = 1 |
|
staticconstexpr |
◆ RUDDERS_INDEX
| constexpr const size_t RUDDERS_INDEX = 2 |
|
staticconstexpr |
◆ SERVOS_AMOUNT
| constexpr const size_t SERVOS_AMOUNT = 3 |
|
staticconstexpr |