Oleg Semyonov
d54e507ffb
OP-910: don't use python 2.7+ features (make it compatible with 2.6)
2013-06-06 00:46:59 +03:00
Oleg Semyonov
13e7f51174
OP-910: fix circular dependencies
2013-06-05 23:25:50 +03:00
Alessio Morale
be999329b9
OP-990 Some fixes to calibration in wizard
...
1) zeroes any existing bias prior to calibration.
2) Quick and dirty fix to missing UAVO updates during calibration setup
3) missing resetting of BiasCorrectGyro to true on Revolution after save.
2013-06-05 22:24:12 +02:00
Oleg Semyonov
a7d1e2b298
OP-910: fix line endings and whitespaces (didn't work on Linux)
2013-06-05 23:21:54 +03:00
Alessio Morale
c0b926a2d5
OP-990 zeroed the rollpitch bias rate at startup and incremented at arming.
2013-06-05 22:19:20 +02:00
Corvus Corax
6f6ca2481e
Changed CoordinateConversion to use doubles for LLA2NED conversion, so coordinates can be represented in ECEF with sufficient resolution
2013-06-05 20:40:49 +02:00
Corvus Corax
5e306250a5
Enabled simulated sensors in SimPosix for debugging of EKF behaviour including:
...
- SimPosix again stores and reads UAVObjects to disk (was disabled by someone)
- simulated sensors moved to allow automated module initialisation in simposix
- fixed a categorization bug in a uavobject
2013-06-05 19:34:48 +02:00
Alessio Morale
b4f8b02a42
Revert "some optimizations, use real rx and tx buffer size instead of max buffer leghts"
...
It does not work in Windows so need further investigation prior to undo this revert
This reverts commit 901db6f828
.
+review OPReview-501
2013-06-05 19:01:01 +02:00
Fredrik Arvidsson
84b11ad1b6
Merge remote-tracking branch 'origin/next' into thread/OP-989_Revo_AccelTau
2013-06-05 19:00:21 +02:00
Fredrik Arvidsson
26585e5ad0
OP-989 Converting tool tip text to rich text to get word wrapping to work.
2013-06-05 18:07:17 +02:00
Corvus Corax
dc68d7d94e
changed insgps, removed unnecessary gain representation
2013-06-05 17:52:49 +02:00
Fredrik Arvidsson
32fdcdc28a
OP-989 Changing tool tip text.
2013-06-05 17:41:21 +02:00
Oleg Semyonov
38cf0bf8b0
Update release notes (JIRA issues fixed)
2013-06-05 17:55:12 +03:00
Oleg Semyonov
6756f52044
OP-910: remove unused redundant CREDITS files
2013-06-05 17:09:10 +03:00
Oleg Semyonov
921803769e
OP-910: reformat core.qrc to use 4 space idents instead of tabs
2013-06-05 17:09:09 +03:00
Oleg Semyonov
e4fb269524
OP-910: update core.qrc to use autogenerated AuthorsModel.qml
2013-06-05 17:09:08 +03:00
Oleg Semyonov
0018a3c04a
OP-910: generate synthetic AuthorsModel.qml using CREDITS.txt
2013-06-05 17:09:08 +03:00
Fredrik Arvidsson
3bc944dc95
OP-989 Added tool tip for Accelerometer filtering settings and label.
2013-06-05 15:44:26 +02:00
Oleg Semyonov
0a53a1a89d
OP-910: move PYTHON definition to a qmake include file for easy reuse
2013-06-05 16:00:43 +03:00
Fredrik Arvidsson
77618deb62
OP-989 Changed label text from AccelTau to Accelerometers.
2013-06-05 13:42:47 +02:00
Fredrik Arvidsson
f1fece528e
Merge remote-tracking branch 'origin/next' into thread/OP-989_Revo_AccelTau
2013-06-05 07:19:45 +02:00
Brian Webb
f9706132f7
Fixed setting of timestampLength in UAVTalk parsing when the UAVObject is not initialize in the firmware. This mostly affects the OPLink, which doesn't initialize most of the UAVObjects, but does need to parse them.
2013-06-04 20:37:51 -07:00
Alessio Morale
8fb81ae17b
OP-980 uncrustify
...
+review OPReview-501
2013-06-05 01:02:37 +02:00
Alessio Morale
f1f48b0ec6
OP-980 Fix usb reconnection issue for Revolution target.
...
step 3: add a timeout on rx_active to prevent rx locks
2013-06-05 00:54:08 +02:00
Alessio Morale
901db6f828
some optimizations, use real rx and tx buffer size instead of max buffer leghts
2013-06-05 00:53:50 +02:00
Alessio Morale
ce2bce353f
OP-980 Fix usb reconnection issue for Revolution target.
...
step 2: check for cable disconnection (vbus) and issue a SW reconnection
2013-06-05 00:04:26 +02:00
Fredrik Arvidsson
8a2093d89f
Merge remote-tracking branch 'origin/next' into thread/OP-989_Revo_AccelTau
2013-06-04 19:57:06 +02:00
Fredrik Arvidsson
4ffab32cba
OP-989 Adds AccelTau to Revolution Attitude configuration panel.
2013-06-04 19:36:33 +02:00
Oleg Semyonov
2656b4505e
OP-910: update release notes
2013-06-04 18:21:46 +03:00
David Ankers
8b94f10107
Completely remove the old Android GCS, that version is no longer developed
...
in OpenPilot. This makes room for the complete ground up from scratch
rewrite.
2013-06-04 22:58:19 +10:00
Glenn Campigli
940f768af0
+review OPReview-496
...
Performed uncrustify
Corrected statement order
2013-06-04 20:11:23 +10:00
Mathieu Rondonneau
23b2907d08
OP-976: Add the ';' back
...
This compile successfuly with make all_flight
2013-06-03 20:37:40 -07:00
Alessio Morale
14b87383b9
OP-980 Fix usb reconnection issue for Revolution target.
...
step 1: reset tx/rx_active flags on disconnection/reconnection
2013-06-04 01:52:44 +02:00
Alessio Morale
cfe057c573
OP-988 Raise SYSTEMALARMS_ALARM_CRITICAL when no gps port is configured, the same alarm as no gps case.
...
+review OPReview
2013-06-03 20:30:41 +02:00
Oleg Semyonov
1cfc7f1586
Uncrustify
2013-06-03 19:13:11 +02:00
Mathieu Rondonneau
b5b48d3bf0
Merge branch 'next' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-06-03 07:52:53 -07:00
Mathieu Rondonneau
43f6b18895
OP-958 and OP-977: remove doxygen keyword "note" when empty.
2013-06-03 07:49:14 -07:00
Oleg Semyonov
74272eea03
Windows installer: add GPLv3.txt to the list of files to copy
2013-06-03 16:45:43 +03:00
Oleg Semyonov
25dc8d8c02
Merge remote-tracking branch 'origin/kevinv033/OP-910' into next
2013-06-03 15:41:04 +02:00
Oleg Semyonov
65c463bf03
Update Windows USB driver file
2013-06-03 16:39:41 +03:00
Oleg Semyonov
ab6615c281
Merge remote-tracking branch 'origin/amorale/osx_package' into next
2013-06-03 14:51:45 +02:00
Oleg Semyonov
836eb157db
Merge remote-tracking branch 'origin/filnet/OP-983_fixed_minor_spelling_issues_in_GCS' into next
2013-06-03 14:49:16 +02:00
Mathieu
4cba7fa7c1
OP-958: Fix windows issue related to unplug/plug (15s hang)
2013-06-02 20:49:05 -07:00
Oleg Semyonov
2542501236
OP-910: update WHATSNEW.txt
2013-06-03 01:33:26 +03:00
Mathieu Rondonneau
ec3d8b89f3
Merge branch 'next' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-06-02 13:25:53 -07:00
Brian Webb
041aa31a0f
Added OPLink auto-configuration to WHATSNEW.txt.
2013-06-02 08:38:31 -07:00
a*morale
b8236c6db6
OP-910 Updated osx package to include WHATSNEW.txt files and Docs folder with GPLv3, LICENSE, MILESTONES and README.
...
+review OPReview
2013-06-02 14:26:14 +02:00
Kevin Vertucio
3b6fcefca6
removed bootstrap from utility
2013-06-02 08:18:40 -04:00
Oleg Semyonov
f4bd5befa0
Merge remote-tracking branch 'origin/hyper/OP-982_fixes-to-Windows-CDC-inf' into next
2013-06-02 13:34:22 +02:00
Oleg Semyonov
214793d0ad
OP-910: add release notes for RELEASE-13.06-RC1
2013-06-02 13:32:43 +02:00