|
|
|
@ -538,13 +538,13 @@ private:
@@ -538,13 +538,13 @@ private:
|
|
|
|
|
typedef unsigned int MultirotorGeometryUnderlyingType; |
|
|
|
|
enum class MultirotorGeometry : MultirotorGeometryUnderlyingType; |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Multi-rotor mixer for pre-defined vehicle geometries. |
|
|
|
|
* |
|
|
|
|
* Collects four inputs (roll, pitch, yaw, thrust) and mixes them to |
|
|
|
|
* a set of outputs based on the configured geometry. |
|
|
|
|
*/ |
|
|
|
|
class __EXPORT MultirotorMixer : public Mixer |
|
|
|
|
/**
|
|
|
|
|
* Multi-rotor mixer for pre-defined vehicle geometries. |
|
|
|
|
* |
|
|
|
|
* Collects four inputs (roll, pitch, yaw, thrust) and mixes them to |
|
|
|
|
* a set of outputs based on the configured geometry. |
|
|
|
|
*/ |
|
|
|
|
class __EXPORT MultirotorMixer : public Mixer |
|
|
|
|
{ |
|
|
|
|
public: |
|
|
|
|
/**
|
|
|
|
|