28 #include "navigation.h"
bool nav_heli_spinup_run(void)
Runs the heli spinup routine, with the parameters set by nav_heli_spinup_setup.
void nav_heli_spinup_setup(uint16_t duration, float throttle)
Initialization function.
static struct nav_heli_spinup_t nav_heli_spinup
uint16_t duration
The duration in seconds to reach the final throttle.
uint32_t throttle
The final throttle level.
struct RotorcraftNavigation nav
uint32_t throttle
throttle command (in pprz_t)
#define NAV_VERTICAL_MODE_MANUAL
#define NAV_HORIZONTAL_MODE_NONE
struct Stabilization stabilization
General stabilization interface for rotorcrafts.
int32_t cmd[COMMANDS_NB]
output command vector, range from [-MAX_PPRZ:MAX_PPRZ] (store for messages)
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.