APM:Libraries
|
Motor and Servo control class for Singlecopters. 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_MotorsSingle |
Macros | |
#define | AP_MOTORS_SING_POSITIVE 1 |
#define | AP_MOTORS_SING_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_SINGLE_SERVO_INPUT_RANGE 4500 |
Motor and Servo control class for Singlecopters.
Definition in file AP_MotorsSingle.h.
#define AP_MOTORS_SING_NEGATIVE -1 |
Definition at line 12 of file AP_MotorsSingle.h.
#define AP_MOTORS_SING_POSITIVE 1 |
Definition at line 11 of file AP_MotorsSingle.h.
#define AP_MOTORS_SINGLE_SERVO_INPUT_RANGE 4500 |
Definition at line 19 of file AP_MotorsSingle.h.
Referenced by AP_MotorsSingle::init(), and AP_MotorsSingle::output_to_motors().
#define AP_MOTORS_SINGLE_SPEED_ANALOG_SERVOS 125 |
Definition at line 17 of file AP_MotorsSingle.h.
#define AP_MOTORS_SINGLE_SPEED_DIGITAL_SERVOS 250 |
Definition at line 16 of file AP_MotorsSingle.h.
#define NUM_ACTUATORS 4 |
Definition at line 14 of file AP_MotorsSingle.h.