mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[doc][modules] minor update to sonar doc
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<module name="sonar">
|
||||
<doc>
|
||||
<description>
|
||||
Sonar ADC driver
|
||||
output - Sonar_distance in [m]
|
||||
Sonar ADC driver.
|
||||
Reads an anlog sonar sensor and outputs sonar distance in [m]
|
||||
</description>
|
||||
<configure name="ADC_SONAR" value="ADC_X" description="select ADC to use with the sonar"/>
|
||||
<define name="SONAR_OFFSET" value="0.0" description="sensor offset in [m] - default is 0.0"/>
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<module name="sonar">
|
||||
<doc>
|
||||
<description>
|
||||
Sonar ADC driver with INS binding.
|
||||
Does the same than sonar_adc module with an event function to feed INS subsystem.
|
||||
Sonar ADC (INS bindings).
|
||||
Sonar ADC driver with INS binding, wich oes the same than sonar_adc module with an event function to feed INS subsystem.
|
||||
Even if SONAR_OFFSET and _SCALE can be set, currently only the raw value and the INS_SONAR_SENS will be used in ins filters.
|
||||
</description>
|
||||
<configure name="ADC_SONAR" value="ADC_X" description="select ADC to use with the sonar"/>
|
||||
|
||||
Reference in New Issue
Block a user