Closed GoogleCodeExporter closed 8 years ago
Original comment by jasonshort
on 11 Apr 2011 at 5:55
Original comment by jasonshort
on 8 May 2011 at 7:25
Just wanted to clarify that this error is in the library, so this also affects
the latest ACM Code Release. The posted fix has been tested and is working.
There might not be so many with four rangefinders for obstacle avoidance, but
if you take a look in the code you will see that something is wrong:
#define AP_RANGEFINDER_ORIENTATION_FRONT_RIGHT -5, -5, 0
#define AP_RANGEFINDER_ORIENTATION_BACK_RIGHT -5, -5, 0
#define AP_RANGEFINDER_ORIENTATION_BACK_LEFT 5, -5, 0
#define AP_RANGEFINDER_ORIENTATION_FRONT_LEFT 5, 5, 0
==> same mixing for Orientation Front Right and Back Right
Original comment by janerd...@googlemail.com
on 8 May 2011 at 8:20
Original issue reported on code.google.com by
janerd...@googlemail.com
on 10 Feb 2011 at 3:16