MAV'RIC
Public Attributes | List of all members
velocity_controller_copter_t Struct Reference

Velocity controller structure. More...

#include <velocity_controller_copter.h>

Collaboration diagram for velocity_controller_copter_t:
Collaboration graph

Public Attributes

pid_controller_t pid [3]
 PID controller for velocity along X, Y and Z in global frame.
 
float thrust_hover_point
 Amount of thrust required to hover (between -1 and 1)
 
const ahrs_tahrs
 Pointer to attitude estimation (input)
 
const position_estimation_tpos_est
 Speed and position estimation (input)
 
const velocity_command_tvelocity_command
 Pointer to velocity command (input)
 
attitude_command_tattitude_command
 Pointer to attitude command (output)
 
thrust_command_tthrust_command
 Pointer to thrust command (output)
 

Detailed Description

Velocity controller structure.


The documentation for this struct was generated from the following file: