Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Hi !
This issue has been fixed by Jason, 14 hours back. In the ArduCopter.pde file,
you just need to comment two line;
Existing:
reset_rate_I();
reset_stability_I();
Fix by Jason:
//reset_rate_I();
//reset_stability_I();
Original comment by narpat...@gmail.com
on 4 Feb 2012 at 3:50
@narpat007,
hmm...not so sure about that. The fix you're talking about is for the 5sec wobble at take off I think. no?
Original comment by rmackay...@gmail.com
on 4 Feb 2012 at 3:57
Fixed in trunk so verify_land_sonar is just like verify_land_baro (although
still needs more testing):
http://code.google.com/p/ardupilot-mega/source/detail?r=9570be302d8599e57be598fd
d555ae2a4c41ac66
Original comment by rmackay...@gmail.com
on 9 Feb 2012 at 12:55
Original issue reported on code.google.com by
crispin....@gmail.com
on 3 Feb 2012 at 9:05