Tatsuya Yamaguchi
dbae31fb15
AP_Motors: Add Tricopter only to the description of YAW_SV_ANGLE
3 years ago
Peter Barker
8930b5f6f5
AP_Motors: tidy includes
3 years ago
murata
6d4a923cce
AP_Motors: Change from division to multiplication
3 years ago
Iampete1
bb1dc2e9a1
AP_Motors: update no motor found warning message
3 years ago
Peter Barker
5d35d8a02c
AP_Motors: include cleanups
3 years ago
Bill Geyer
f7b420f131
AP_Motors: move turbine start to update_turbine_start and style cleanup
3 years ago
Ferruccio1984
3a67b17142
AP_Motors: tradheli support for turbine start
3 years ago
Iampete1
8af5f5b2d7
AP_MotorsMulticopter: check interlock state in output_motor_mask
3 years ago
Iampete1
5181003228
AP_Motors: always check armed and interlocked in motor test
3 years ago
Peter Barker
06c61070dc
AP_Motors: add and use AP_MOTORS_FRAME_DEFAULT_ENABLED
3 years ago
Bill Geyer
87fd0480bb
AP_Motors: Tradheli-update coll_land_min default
3 years ago
Peter Barker
bd4aed80dc
AP_Motors: tweak logging structure construction
...
const and avoid assignment rather just do initialisation
allows for static checking of narrowing conversions
3 years ago
Iampete1
86578d5cec
AP_Motors: add local loging of MOTB
3 years ago
Iampete1
8b54665a48
AP_Motors: example: remove SRV_Channels calls
3 years ago
Peter Hall
1fde5b3ef1
AP_Motors: tailsitter: add external min throttle limit
3 years ago
Iampete1
70897b5e38
AP_Motors: allow custom frame string from scripting
3 years ago
Andrew Tridgell
c44b8cf73a
AP_Motors: fixed PWM_TYPE range for quadplanes
...
when motors don't start at SERVO1 we were applying the range to the
wrong output.
This allows users to control the PWM of individual motors precisely
for quadplanes where calibration of motors is difficult
3 years ago
Bill Geyer
afaff18bd0
AP_Motors: modifications based on suggested changes
3 years ago
Bill Geyer
a8d74c6414
AP_Motors: Tradheli- add governor engaged message over GCS
3 years ago
Bill Geyer
2ac157b188
AP_Motors: Tradheli- fix governor spool up bug
3 years ago
MidwestAire
22c2329063
AP_Motors:Heli_RSC - throttle curve _control_output does not need a constrain_float
...
- change lower limit of governor enaged output to 150% of idle speed
- add governor_reset() function
- remove governor defaults from header
- rearrange governor metadata in alphabetical order, assign new eeprom slot for rpm
3 years ago
MidwestAire
77f0fdf112
AP_Motors:clean up whitespace in heli motors class
3 years ago
Bill Geyer
ea90217e09
AP_Motors: fix heli RSC parameter indices
3 years ago
Bill Geyer
05e8285f93
AP_Motors: use RPM singleton to get rpm in RSC
3 years ago
MidwestAire
301238fb8a
AP_Motors:Heli_RSC - update governor to new torque integrating design with autothrottle
3 years ago
MidwestAire
42a131522b
AP_Motors:Heli - new rotor speed control modes for autothrottle governor
3 years ago
Bill Geyer
3b40df133e
AP_Motors: add spool down complete flag
3 years ago
Shiv Tyagi
4483b9d6fe
AP_Motors: add matrix for deca-cwx frame
...
This adds a missing matrix for deca-cwx frame
3 years ago
Hwurzburg
2f4bcfb21c
AP_Motors: change H_COLL_HOVER to H_COL_HOVER for consistency
3 years ago
Peter Barker
55cdbd208d
AP_Motors: move from ENABLE_SCRIPTING to AP_SCRIPTING_ENABLED
3 years ago
Peter Barker
9e8126d07c
AP_Motors: ensure ENABLE_SCRIPTING is always defined
3 years ago
Bill Geyer
d2c37daa66
AP_Motors: change internal variable names and methods for mid collective to be more accurate
3 years ago
Bill Geyer
183b5e9e6d
AP_Motors: update H_SV_MAN parameter to reflect zero thrust collective
3 years ago
Bill Geyer
d02097bf1c
AP_Motors: add protection for new tradheli parameters
3 years ago
Bill Geyer
1a50dce206
AP_Motors: coll setup uses actual blade pitch angle
3 years ago
Iampete1
6c29eb73d2
AP_Motors: Coax: correct array indexnig offset
3 years ago
Iampete1
291ab5b5f2
AP_Motors: Coax: remvoe servo outs from motor mask
3 years ago
Hwurzburg
47028f136e
AP_Motors: change build option name to new standard
3 years ago
Hwurzburg
0b5123b194
AP_Motors: add Y4 Frame type to Quadcopters
3 years ago
Mirko Denecke
8b46ab66bd
AP_Motors: remove throttle roll adjust for single motor tailsitter
3 years ago
Hwurzburg
9349abfe48
AP_Motors: add build options for each frame class
3 years ago
Iampete1
b595beab10
AP_Motors: set ouput scaled with float
3 years ago
Iampete1
d16be50e57
AP_Motors: add PWM min and max param conversion function
3 years ago
Iampete1
14dfac42e7
AP_Motors: remove use of external PWM min and max
3 years ago
Iampete1
bc29735cb2
AP_Motors: make pwm_type protected and add helpers
3 years ago
Iampete1
1371499022
AP_Motors: add note about test to new inverse functions
3 years ago
Iampete1
484a0b989f
AP_Motors: add expo inverse test example
3 years ago
Iampete1
0c1fe0b373
AP_MotorsMulticopter: add inverse thrust_to_actuator and thrust curve functions
3 years ago
Iampete1
1a2ea893b6
AP_MotorsMatrix: correct octo I testing order
3 years ago
Peter Barker
380d962648
AP_Motors: do not use int version to define motors
3 years ago