#include <Eigen/Geometry>
#include <vector>
#include <array>
#include <random>
#include "uavDynamicsSimBase.hpp"
Go to the source code of this file.
Classes | |
struct | Environment |
struct | Forces |
struct | Geometry |
struct | Moments |
struct | State |
struct | TablesWithCoeffs |
class | VtolDynamics |
Vtol dynamics simulator class. More... | |
struct | VtolParameters |
Variables | |
constexpr size_t | MOTORS_MAX_AMOUNT = 9 |
constexpr size_t | MOTORS_MIN_AMOUNT = 5 |
|
inlineconstexpr |
Definition at line 30 of file vtolDynamicsSim.hpp.
|
inlineconstexpr |
Definition at line 29 of file vtolDynamicsSim.hpp.