Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
autopilot_utils.c File Reference

Utility functions and includes for autopilots. More...

+ Include dependency graph for autopilot_utils.c:

Go to the source code of this file.

Functions

void WEAK set_rotorcraft_commands (pprz_t *cmd_out, int32_t *cmd_in, bool in_flight, bool motors_on)
 Display descent speed in failsafe mode if needed. More...
 

Detailed Description

Utility functions and includes for autopilots.

Definition in file autopilot_utils.c.

Function Documentation

◆ set_rotorcraft_commands()

void WEAK set_rotorcraft_commands ( pprz_t cmd_out,
int32_t cmd_in,
bool  in_flight,
bool  motors_on 
)

Display descent speed in failsafe mode if needed.

Set Rotorcraft commands.

Set Rotorcraft commands. Limit thrust and/or yaw depending of the in_flight and motors_on flag status

Definition at line 123 of file autopilot_utils.c.