mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 10:38:28 -04:00
Copter: AC3.1-rc4 version and release notes
This commit is contained in:
parent
bf74a64fec
commit
f344c77cca
@ -1,6 +1,6 @@
|
||||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "ArduCopter V3.1-rc3"
|
||||
#define THISFIRMWARE "ArduCopter V3.1-rc4"
|
||||
/*
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,17 @@
|
||||
ArduCopter Release Notes:
|
||||
------------------------------------------------------------------
|
||||
ArduCopter 3.1-rc4 13-Oct-2013
|
||||
Improvements over 3.1-rc3
|
||||
1) Performance improvements to resolve APM alt hold issues for Octacopters:
|
||||
a) SPI bus speed increased from 500khz to 8Mhz
|
||||
b) Telemetry buffer increased to 512bytes
|
||||
c) broke up medium and slow loops into individual scheduled tasks and increased priority of alt hold tasks
|
||||
2) AutoTune enabled by default
|
||||
3) Bug fix for Pixhawk USB connection
|
||||
4) GPS Glitch improvements:
|
||||
a) added GPS glitch check to arming check
|
||||
b) parameters for vehicle max acceleration (GPSGLITCH_ACCEL) and always-ok radius (GPSGLICH_RADIUS)
|
||||
------------------------------------------------------------------
|
||||
ArduCopter 3.1-rc3 09-Oct-2013
|
||||
Improvements over 3.1-rc2
|
||||
1) GPS Glitch protection - gps positions are compared with the previous gps position. Position accepted if within 10m or copter could have reached the position with max accel of 10m/s/s.
|
||||
|
Loading…
Reference in New Issue
Block a user