mirror of https://github.com/ArduPilot/ardupilot
Tools: extract_features.py: add AP_RangeFinder_RDS02UF
This commit is contained in:
parent
c049a79bff
commit
72120e8d44
|
@ -84,6 +84,7 @@ class ExtractFeatures(object):
|
|||
('AP_RANGEFINDER_MAXBOTIX_SERIAL_ENABLED', r'AP_RangeFinder_MaxsonarSerialLV::get_reading\b',),
|
||||
('AP_RANGEFINDER_TRI2C_ENABLED', r'AP_RangeFinder_TeraRangerI2C::update\b',),
|
||||
('AP_RANGEFINDER_JRE_SERIAL_ENABLED', r'AP_RangeFinder_JRE_Serial::get_reading\b',),
|
||||
('AP_RANGEFINDER_RDS02UF_ENABLED', r'AP_RangeFinder_RDS02UF::get_reading\b',),
|
||||
|
||||
('AP_GPS_{type}_ENABLED', r'AP_GPS_(?P<type>.*)::read\b',),
|
||||
|
||||
|
|
Loading…
Reference in New Issue