mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-22 12:54:14 +01:00
OP-910: get rid of KNOWN_ISSUES.txt and move the info into HISTORY.txt
This commit is contained in:
parent
88bf09abf3
commit
99983c852e
29
HISTORY.txt
29
HISTORY.txt
@ -2,10 +2,9 @@ Short summary of changes. For a complete list see the git log.
|
|||||||
|
|
||||||
2012-11-17
|
2012-11-17
|
||||||
Advanced camera stabilization features.
|
Advanced camera stabilization features.
|
||||||
They include optional manual control input filtering (moved from camera
|
They include optional manual control input filtering (moved from camera stabilization to manual
|
||||||
stabilization to manual control input and now available also for main controls),
|
control input and now available also for main controls), optional airframe attitude filtering
|
||||||
optional airframe attitude filtering used by camera stabilization, and optional
|
used by camera stabilization, and optional camera actuator feed forward to improve gimbal response.
|
||||||
camera actuator feed forward to improve gimbal response.
|
|
||||||
|
|
||||||
--- RELEASE-12.10.2 --- Mayan Apocalypse Release ---
|
--- RELEASE-12.10.2 --- Mayan Apocalypse Release ---
|
||||||
|
|
||||||
@ -16,6 +15,27 @@ OP-459, OP-545, OP-674, OP-679, OP-685, OP-686, OP-687, OP-690, OP-691,
|
|||||||
OP-702, OP-703, OP-714, OP-715, OP-716, OP-721, OP-728, OP-746, OP-748,
|
OP-702, OP-703, OP-714, OP-715, OP-716, OP-721, OP-728, OP-746, OP-748,
|
||||||
OP-749, OP-750, OP-758, OP-759, OP-760
|
OP-749, OP-750, OP-758, OP-759, OP-760
|
||||||
|
|
||||||
|
Here is a list of some known unresolved issues. If an issue has JIRA ID [OP-XXX],
|
||||||
|
you may track it using the following URL: http://bugs.openpilot.org/browse/OP-XXX
|
||||||
|
|
||||||
|
+ Only French translation is updated, use English for other locales or help with translations.
|
||||||
|
+ Radio Wizard confused by a reversed throttle, fix it on your transmitter before starting wizard.
|
||||||
|
+ Radio Wizard Throttle display does not show full range properly.
|
||||||
|
+ [Windows 8] USB Driver is broken.
|
||||||
|
+ Firmware Update Instructions on Firmware Tab not entirely accurate for all upgrade paths.
|
||||||
|
+ Tricopter's using Vehicle Wizard need to check servo does not need reversed manually.
|
||||||
|
+ XAircraft ESCs uses non-standard PPM range which may cause issues with Vehicle Wizard.
|
||||||
|
+ Spectrum Satellite Receivers setup in Radio Wizard may have wrong protocol set.
|
||||||
|
+ Old Intel 965 have an OpenGL bug that turns the QML PFD black and while.
|
||||||
|
+ [OP-732] Import UAV Settings for inactive modules crashes the running firmware (board restarts).
|
||||||
|
Workaround: update firmware, power cycle, enable modules, power cycle, import configuration.
|
||||||
|
+ [OP-747] Board infinitely reboots itself after firmware upgrade (settings erase firmware is a workaround).
|
||||||
|
+ [OP-723] GCS uses the system language ot the 1st run. After restart it uses English (can be changed later).
|
||||||
|
+ [OP-725] GCS camera stab config error message disappears too fast (but config error is cleared as it should)
|
||||||
|
+ [OP-767] GCS does not send AttitudeActual packets over serial port when GPS is connected and system is armed
|
||||||
|
+ [OP-768] GCS does not show UAV position on the map (master or next CC branches, but works in Revo branches)
|
||||||
|
+ [OP-769] Can't enter "12,45" on German system. Workaround: change GCS language (in fact, locale) to German.
|
||||||
|
|
||||||
2012-11-12
|
2012-11-12
|
||||||
Implemented smoothing filter for accelerometer data.
|
Implemented smoothing filter for accelerometer data.
|
||||||
Added support for Mode 3 and Mode 4 to the TX Configuration Wizard.
|
Added support for Mode 3 and Mode 4 to the TX Configuration Wizard.
|
||||||
@ -202,4 +222,3 @@ selected from ManualControlSettings.InputMode and the aircraft must be rebooted
|
|||||||
after changing this. Also for CopterControl the HwSettings object must
|
after changing this. Also for CopterControl the HwSettings object must
|
||||||
indicate which modules are connected to which ports. PPM currently not
|
indicate which modules are connected to which ports. PPM currently not
|
||||||
working.
|
working.
|
||||||
|
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
Here is a list of some known unresolved issues. If an issue has JIRA ID [OP-XXX], you may track it using the
|
|
||||||
following URL: http://bugs.openpilot.org/browse/OP-XXX
|
|
||||||
|
|
||||||
+ Only French translation is updated, use English for other locales or help with translations.
|
|
||||||
+ Radio Wizard confused by a reversed throttle, fix it on your transmitter before starting wizard.
|
|
||||||
+ Radio Wizard Throttle display does not show full range properly.
|
|
||||||
+ [Windows 8] USB Driver is broken.
|
|
||||||
+ Firmware Update Instructions on Firmware Tab not entirely accurate for all upgrade paths.
|
|
||||||
+ Tricopter's using Vehicle Wizard need to check servo does not need reversed manually.
|
|
||||||
+ XAircraft ESCs uses non-standard PPM range which may cause issues with Vehicle Wizard.
|
|
||||||
+ Spectrum Satellite Receivers setup in Radio Wizard may have wrong protocol set.
|
|
||||||
+ Old Intel 965 have an OpenGL bug that turns the QML PFD black and while.
|
|
||||||
+ [OP-732] Import UAV Settings for inactive modules crashes the running firmware (board restarts).
|
|
||||||
Workaround: update firmware, power cycle, enable modules, power cycle, import configuration.
|
|
||||||
+ [OP-747] Board infinitely reboots itself after firmware upgrade (settings erase firmware is a workaround).
|
|
||||||
+ [OP-723] GCS uses the system language ot the 1st run. After restart it uses English (can be changed later).
|
|
||||||
+ [OP-725] GCS camera stab config error message disappears too fast (but config error is cleared as it should)
|
|
||||||
+ [OP-767] GCS does not send AttitudeActual packets over serial port when GPS is connected and system is armed
|
|
||||||
+ [OP-768] GCS does not show UAV position on the map (master or next CC branches, but works in Revo branches)
|
|
||||||
+ [OP-769] Can't enter "12,45" on German system. Workaround: change GCS language (in fact, locale) to German.
|
|
Loading…
x
Reference in New Issue
Block a user