Tom Pittenger
0de754bff3
AP_RPM: prepare for AP_Periph
2023-08-11 13:31:45 -07:00
Pierre Kancir
7514507dca
AP_RPM: remove unused
2023-06-14 17:58:43 +10:00
Pierre Kancir
836042f454
AP_RPM: make Log_RPM() const
2023-06-14 17:58:43 +10:00
Peter Barker
63c551ce13
AP_RPM: add and use AP_RPM_ENABLED
...
... and backend-specific equivalents
2022-09-20 09:28:27 +10:00
Andrew Tridgell
13453f705e
AP_RPM: added AP_Generator support
...
useful for notch filtering of generator vibration
2022-08-30 10:53:45 +10:00
Peter Barker
5ddd50fefb
AP_RPM: tidy includes
2022-05-03 09:14:58 +10:00
Peter Barker
ab86dafda7
AP_RPM: move logging of RPM into RPM library
2022-04-13 16:22:19 +10:00
Gone4Dirt
5bb4729d61
AP_RPM: Restructure params to be per instance of _params
2021-08-25 09:36:58 +10:00
Andrew Tridgell
d827b35e57
AP_RPM: implement arming_checks()
2021-07-22 07:48:12 +10:00
yaapu
cdc874c366
AP_RPM: added a new RPM driver based on ESC telem
...
this adds a new RPM driver based on average RPM of selected motors.
A new bitmask parameter has been added to select which motor to average.
2021-07-02 15:35:05 +10:00
Peter Barker
370db00096
AP_RPM: add explicit RPM_TYPE_SITL
...
Old behaviour is that anything that wasn't claimed (or failed to
allocate) would become a SITL RPM sensor. This meant we always had at
least one RPM sensor which was allocated but never provided valid data.
New behaviour is that if you want a SITL RPM sensor you have to set type
to 10.
2021-03-02 15:41:44 +11:00
Andy Piper
c4217f329b
AP_RPM: allow harmonic notch driver to appear as RPM values.
2020-04-14 09:43:16 +10:00
Andrew Tridgell
22ce90af34
AP_RPM: changed get_rpm() API to be scripting compatible
...
return a bool and use a reference for the value
2020-03-12 08:36:40 +11:00
Andrew Tridgell
7e7bae9d55
AP_RPM: added EFI backend
2019-11-17 20:10:54 +11:00
Randy Mackay
353cb648f6
AP_RPM: rename px4-pwm to just pwm
2019-10-22 07:15:48 +08:00
Peter Barker
503aeba7b7
AP_RPM: remove dangling update_instance declaration
2019-06-04 19:36:57 +09:00
Peter Barker
7498972b8d
AP_RPM: add AP::rpm() call for singleton
2019-03-16 10:33:01 +09:00
IamPete1
696953fb97
AP_RPM: create singleton
2019-02-26 09:58:56 +09:00
Andrew Tridgell
9b4fef4d50
AP_RPM: removed create() method for objects
...
See discussion here:
https://github.com/ArduPilot/ardupilot/issues/7331
we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach
Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
Lucas De Marchi
aefae9381e
AP_RPM: add static create method
2017-09-26 03:01:21 +01:00
Andrew Tridgell
9e2cfabb8a
AP_RPM: support RPM input on any AUX pin
2017-04-04 16:33:45 +10:00
Mathieu OTHACEHE
152edf7189
Global: remove mode line from headers
...
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
2016-10-24 09:42:01 -02:00
Lucas De Marchi
109f807260
AP_RPM: replace header guard with pragma once
2016-03-16 18:40:43 +11:00
Robert Lefebvre
fd106b20c7
AP_RPM: Add Minimum Quality Parameter
2015-12-08 08:25:19 +11:00
Robert Lefebvre
f04668307d
AP_RPM: Add Minimum RPM parameter
2015-12-08 08:25:18 +11:00
Robert Lefebvre
968599b795
AP_RPM: Add Signal Quality synthetic method.
2015-12-08 08:25:18 +11:00
Robert Lefebvre
a08fa50fda
AP_RPM: Add enabled() method to check if sensor is enabled
2015-12-08 08:25:18 +11:00
Andrew Tridgell
ac363c5447
AP_RPM: added RPM_MAX parameter
...
attempt to avoid noise in the pulses
2015-09-25 12:05:43 +10:00
Andrew Tridgell
39c219d452
AP_RPM: first version of RPM sensor driver
2015-08-12 15:03:49 +10:00