Skip to content

Commit

Permalink
rotorcraft guidance vertical: include generated airframe before check…
Browse files Browse the repository at this point in the history
…ing SUPERVISION_MIN_MOTOR
  • Loading branch information
flixr committed Mar 15, 2012
1 parent 17bbb1e commit 1bda12b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sw/airborne/firmwares/rotorcraft/guidance/guidance_v.h
Expand Up @@ -24,6 +24,9 @@

#include "std.h"

#include "generated/airframe.h"
#include "firmwares/rotorcraft/guidance/guidance_v_ref.h"

/** Supervision default bounds
* In case Asctec controllers are used without supervision
* Used in control and adaptation filter
Expand All @@ -35,7 +38,6 @@
#define SUPERVISION_MAX_MOTOR 200
#endif

#include "firmwares/rotorcraft/guidance/guidance_v_ref.h"
#include "firmwares/rotorcraft/guidance/guidance_v_adpt.h"

#define GUIDANCE_V_MODE_KILL 0
Expand Down

0 comments on commit 1bda12b

Please sign in to comment.