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

Attitude controller structure. More...

#include <attitude_controller.h>

Collaboration diagram for attitude_controller_t:
Collaboration graph

Public Attributes

attitude_error_estimator_t attitude_error_estimator
 Attitude error estimator.
 
pid_controller_t rate_pid [3]
 Angular rate PID controller for roll, pitch and yaw.
 
pid_controller_t angle_pid [3]
 Attitude PID controller for roll, pitch and yaw.
 
attitude_controller_mode_t mode
 Control mode: Angle (default), or rate.
 
const ahrs_tahrs
 Pointer to attitude estimation (input)
 
const attitude_command_tattitude_command
 Pointer to attitude command (input)
 
rate_command_trate_command
 Pointer to rate command (input/output)
 
torque_command_ttorque_command
 Pointer to torque command (output)
 

Detailed Description

Attitude controller structure.


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