mageshms / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

AP_RangeFinder - XL and LV should use same raw->distance translation calculation #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
- attach an LV sonar, open the AP_RangeFinder_test.pde and ensure the LV sensor 
is uncommented
- check the distance measured, you will likely see it is reversed.
- change the pde so it uses the XL sonar (just in the code)
- the distances will now be correctly reported

I think at some point the algorithm for the LV sensor changed to be consistent 
with the XL sensor.

See this blog post for an example of the problem: 
http://diydrones.com/profiles/blogs/yet-another-build-log-yabl-3

Original issue reported on code.google.com by rmackay...@gmail.com on 26 Apr 2011 at 12:07

GoogleCodeExporter commented 8 years ago

Original comment by jasonshort on 19 Sep 2011 at 12:20