APM:Libraries
|
Motor and Servo control class for Co-axial helicopters with two motors and two flaps. More...
#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include <SRV_Channel/SRV_Channel.h>
#include "AP_MotorsMulticopter.h"
Go to the source code of this file.
Classes | |
class | AP_MotorsCoax |
Macros | |
#define | AP_MOTORS_COAX_POSITIVE 1 |
#define | AP_MOTORS_COAX_NEGATIVE -1 |
#define | NUM_ACTUATORS 4 |
#define | AP_MOTORS_SINGLE_SPEED_DIGITAL_SERVOS 250 |
#define | AP_MOTORS_SINGLE_SPEED_ANALOG_SERVOS 125 |
#define | AP_MOTORS_COAX_SERVO_INPUT_RANGE 4500 |
Motor and Servo control class for Co-axial helicopters with two motors and two flaps.
Definition in file AP_MotorsCoax.h.
#define AP_MOTORS_COAX_NEGATIVE -1 |
Definition at line 12 of file AP_MotorsCoax.h.
#define AP_MOTORS_COAX_POSITIVE 1 |
Definition at line 11 of file AP_MotorsCoax.h.
#define AP_MOTORS_COAX_SERVO_INPUT_RANGE 4500 |
Definition at line 19 of file AP_MotorsCoax.h.
Referenced by AP_MotorsCoax::init(), and AP_MotorsCoax::output_to_motors().
#define AP_MOTORS_SINGLE_SPEED_ANALOG_SERVOS 125 |
Definition at line 17 of file AP_MotorsCoax.h.
#define AP_MOTORS_SINGLE_SPEED_DIGITAL_SERVOS 250 |
Definition at line 16 of file AP_MotorsCoax.h.
#define NUM_ACTUATORS 4 |
Definition at line 14 of file AP_MotorsCoax.h.
Referenced by AP_MotorsCoax::init(), AP_MotorsSingle::init(), AP_MotorsSingle::output_armed_stabilizing(), AP_MotorsCoax::output_to_motors(), and AP_MotorsSingle::output_to_motors().