@Mikroproc wrote:
Hello
In file AP_RangeFinder_MaxsonarSerialLV.cppis
// This sonar gives the metrics in inches, so we have to transform this to centimeters
_ reading_cm = 2.54f * sum / count;_If the 2.54 multiplier is removed then you can use sonar XL connected by serial.
The LV version sends measurements in inch and XL in cm.
The XL sensor works, but the values are 2.54 times greaterWhat to do to add support for the XL serial version in subsequent releases?
Posts: 1
Participants: 1