APM:Libraries
Classes | Macros
AP_MotorsTri.h File Reference

Motor control class for Tricopters. More...

#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include <SRV_Channel/SRV_Channel.h>
#include "AP_MotorsMulticopter.h"
Include dependency graph for AP_MotorsTri.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_MotorsTri
 

Macros

#define AP_MOTORS_CH_TRI_YAW   CH_7
 
#define AP_MOTORS_TRI_SERVO_RANGE_DEG_MIN   5
 
#define AP_MOTORS_TRI_SERVO_RANGE_DEG_MAX   80
 

Detailed Description

Motor control class for Tricopters.

Definition in file AP_MotorsTri.h.

Macro Definition Documentation

◆ AP_MOTORS_CH_TRI_YAW

#define AP_MOTORS_CH_TRI_YAW   CH_7

◆ AP_MOTORS_TRI_SERVO_RANGE_DEG_MAX

#define AP_MOTORS_TRI_SERVO_RANGE_DEG_MAX   80

Definition at line 14 of file AP_MotorsTri.h.

Referenced by AP_MotorsTri::output_armed_stabilizing().

◆ AP_MOTORS_TRI_SERVO_RANGE_DEG_MIN

#define AP_MOTORS_TRI_SERVO_RANGE_DEG_MIN   5

Definition at line 13 of file AP_MotorsTri.h.

Referenced by AP_MotorsTri::output_armed_stabilizing().