Alessio Morale
|
0a43971dc1
|
OP-1150 UI for thermal calibration: Uncrustify
|
2014-01-13 02:35:41 +01:00 |
|
Alessio Morale
|
67d25a27ac
|
OP-1150 UI for thermal calibration: Add an instruction label to describe the current Status
|
2014-01-13 02:03:47 +01:00 |
|
Alessio Morale
|
52da1a2aa6
|
OP-1150 UI for thermal calibration: Connect State machine to UI
|
2014-01-13 02:03:01 +01:00 |
|
Fredrik Arvidsson
|
b244f8a3cd
|
OP-984 Some refactoring to prepare for multi PID bank GUI support.
|
2014-01-01 22:49:04 +01:00 |
|
Alessio Morale
|
4b5ee1c2fb
|
OP-1149 Changes to GCS to use AccelGyroSettings for bias calculations
|
2013-12-29 18:58:45 +01:00 |
|
Alessio Morale
|
a340c06b01
|
OP-1149 Changes to GCS to accounts for UAVO Changes from previous commit
|
2013-12-26 16:56:54 +01:00 |
|
Philippe Renon
|
a2ba33f28a
|
[OP-835] Qt 5.1.0 - migrated GCS plugins
|
2013-09-15 23:37:20 +02:00 |
|
Corvus Corax
|
e8e99f54aa
|
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
|
2013-06-07 21:55:12 +02:00 |
|
Fredrik Arvidsson
|
4ffab32cba
|
OP-989 Adds AccelTau to Revolution Attitude configuration panel.
|
2013-06-04 19:36:33 +02:00 |
|
Corvus Corax
|
1236bf3ed9
|
renamed Magneto to Mag
|
2013-05-20 10:33:02 +02:00 |
|
Sexy Pony
|
900f643bbd
|
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
|
2013-05-19 17:37:30 +03:00 |
|
Corvus Corax
|
5284195c29
|
Refaktored sensor and state UAVObjects consistently into XXYSensor and XXYState
|
2013-05-18 19:36:45 +02:00 |
|
Corvus Corax
|
80caceb984
|
make uncrustify_all;make uncrustify_all;
|
2013-05-18 14:17:26 +02:00 |
|
Fredrik Arvidsson
|
fee4e1009b
|
OP-935 Removes gui for unimplemented temperature compensation calibration.
|
2013-05-12 11:53:21 +02:00 |
|
Fredrik Arvidsson
|
3b7c274c78
|
OP-935 Renames 'Camera stab' to 'Gimbal'. Adds functionality to store-clear and recall board rotation during calibration.
|
2013-05-12 11:27:12 +02:00 |
|
Corvus Corax
|
25c58ff074
|
Put all EKF initialisation values in a separate UAVObject EKFConfiguration,
adapted insgps13state.c/.h,
modules/Attitude/revolution,
configrevowidget.cpp,
accordingly.
|
2013-05-03 02:17:44 +02:00 |
|
Corvus Corax
|
24af6b0d80
|
Handle Gyro bias the same way as other biases during calibration
|
2013-04-28 12:06:24 +02:00 |
|
Fredrik Arvidsson
|
c549218873
|
Fixed a bug related to the FusionAlgorithm selection in Revolution configuration.
|
2013-03-27 13:09:48 +01:00 |
|
Alessio Morale
|
de44495055
|
OP-796 defaults USE_PATHPLANNER to enabled
|
2013-01-14 01:28:33 +01:00 |
|
Stacey Sheldon
|
2119067722
|
Merge remote-tracking branch 'op-revo/james/revo' into revo-next
Conflicts:
Makefile
flight/Modules/Attitude/revolution/attitude.c
flight/Modules/Battery/battery.c
flight/Modules/FixedWingPathFollower/fixedwingpathfollower.c
flight/Modules/GPS/GPS.c
flight/Modules/ManualControl/inc/manualcontrol.h
flight/Modules/ManualControl/manualcontrol.c
flight/Modules/OveroSync/overosync.c
flight/Modules/PathPlanner/inc/pathplanner.h
flight/Modules/PathPlanner/pathplanner.c
flight/Modules/Sensors/sensors.c
flight/Modules/VtolPathFollower/vtolpathfollower.c
flight/PiOS/Boards/STM32F4xx_Revolution.h
flight/PiOS/Boards/pios_board.h
flight/PiOS/STM32F4xx/library.mk
flight/PiOS/inc/pios_hmc5883.h
flight/PiOS/inc/pios_l3gd20.h
flight/PiOS/inc/pios_rfm22b_priv.h
flight/Revolution/Makefile
flight/Revolution/Makefile.osx
flight/Revolution/System/inc/pios_config.h
flight/Revolution/UAVObjects.inc
ground/openpilotgcs/src/libs/utils/coordinateconversions.cpp
ground/openpilotgcs/src/libs/utils/homelocationutil.cpp
ground/openpilotgcs/src/libs/utils/homelocationutil.h
ground/openpilotgcs/src/plugins/config/configrevowidget.cpp
ground/openpilotgcs/src/plugins/hitlnew/il2simulator.cpp
ground/openpilotgcs/src/plugins/opmap/opmapgadgetwidget.cpp
ground/openpilotgcs/src/plugins/plugins.pro
ground/openpilotgcs/src/plugins/uavobjects/uavobjects.pro
package/Makefile
shared/uavobjectdefinition/fixedwingpathfollowersettings.xml
shared/uavobjectdefinition/fixedwingpathfollowerstatus.xml
shared/uavobjectdefinition/flightstatus.xml
shared/uavobjectdefinition/hwsettings.xml
shared/uavobjectdefinition/manualcontrolsettings.xml
shared/uavobjectdefinition/pathdesired.xml
shared/uavobjectdefinition/vtolpathfollowersettings.xml
shared/uavobjectdefinition/waypoint.xml
|
2012-10-30 00:08:43 -04:00 |
|
Stacey Sheldon
|
754f58c33a
|
Merge remote-tracking branch 'op-public/next' into revo-next
Conflicts:
flight/Modules/ManualControl/inc/manualcontrol.h
flight/Revolution/Makefile.osx
ground/openpilotgcs/src/plugins/plugins.pro
ground/openpilotgcs/src/plugins/uavobjects/uavobjects.pro
ground/openpilotgcs/src/plugins/uploader/uploadergadgetwidget.cpp
shared/uavobjectdefinition/flightstatus.xml
shared/uavobjectdefinition/hwsettings.xml
shared/uavobjectdefinition/manualcontrolsettings.xml
shared/uavobjectdefinition/taskinfo.xml
|
2012-09-16 09:56:35 -04:00 |
|
James Cotton
|
386a9d41ef
|
Merge branch 'next' into test2
Conflicts:
ground/openpilotgcs/src/plugins/config/configrevowidget.cpp
ground/openpilotgcs/src/plugins/opmap/opmapgadgetwidget.cpp
ground/openpilotgcs/src/plugins/uavobjects/uavobjecttemplate.m
|
2012-09-10 14:29:26 -05:00 |
|
Laura Sebesta
|
a94142ec30
|
Fixed several compile warning complaints.
Conflicts:
ground/openpilotgcs/src/libs/opmapcontrol/src/mapwidget/uavitem.cpp
|
2012-08-21 16:18:58 +01:00 |
|
James Cotton
|
41f80eb34f
|
Disable offset nulling while performing GCS mag calibration.
|
2012-07-25 11:26:37 -05:00 |
|
James Cotton
|
e239424ddd
|
Fix some typos in the GCS calibration
|
2012-07-21 15:12:45 -05:00 |
|
James Cotton
|
6eb0fd2b3b
|
Validate the mag and accel calibration before setting to prevent block NAN on
the FC side.
|
2012-07-21 12:13:20 -05:00 |
|
Stacey Sheldon
|
f475088585
|
Merge remote-tracking branch 'op-public/next' into revo-next
|
2012-06-20 22:45:41 -04:00 |
|
James Cotton
|
1ac807e1e0
|
Fix small bugt in the revo calibration
|
2012-06-15 13:15:21 -05:00 |
|
James Cotton
|
97483bddad
|
Fix some indentation in the mag calibration code and no need to clear the gyro
accumulator.
|
2012-06-14 10:07:45 -05:00 |
|
James Cotton
|
f1aad76f71
|
Reorder functions for six point calibration to make more sense (the order they
are run) and add some comments
|
2012-06-14 10:06:39 -05:00 |
|
James Cotton
|
a91c21f53f
|
Don't restore the accel metadata after six point calibration unless it was
actually saved and changed
|
2012-06-14 09:57:46 -05:00 |
|
James Cotton
|
70606a46a1
|
Include initial gyro bias calibration into the level calibration of revo like
it is with CC.
|
2012-06-13 23:07:23 -05:00 |
|
James Cotton
|
03705771dd
|
Get the sensor noise measurement working again, but through GCS now
|
2012-06-13 22:11:00 -05:00 |
|
James Cotton
|
ce487c9b0a
|
Fix the bias calculation for revo accels
|
2012-06-13 21:15:46 -05:00 |
|
James Cotton
|
293a2ee573
|
Rename some of the revo calibration methods
|
2012-06-13 18:14:20 -05:00 |
|
James Cotton
|
f07e1fc4e1
|
Separately store initial meta data for accel and mag
|
2012-06-13 18:09:10 -05:00 |
|
James Cotton
|
fc6f0f5d4d
|
Actually disable the 6 point calibration define
|
2012-06-13 14:52:34 -05:00 |
|
James Cotton
|
d94ab30616
|
Make sure we don't use null pointers when refreshing the revo sensor bar graphs
|
2012-06-13 13:19:17 -05:00 |
|
James Cotton
|
7f15e87890
|
Make revo calibration UI use teh configtaskwidget system
|
2012-06-13 13:12:46 -05:00 |
|
James Cotton
|
49b51163bc
|
Rename method and UI in revo calibration to fit new uavos and stop referring to
things as AHRS
|
2012-06-13 12:41:21 -05:00 |
|
James Cotton
|
8ded4618ef
|
Only perform six point calibration on the mag. This code is #ifdef'd out
because we might still want the option or need it for factory calibration. I
usually find the accel scale is reproducibly at 0.98.
|
2012-06-13 12:28:59 -05:00 |
|
James Cotton
|
9870abcd2f
|
Fix some slots in config revo calibration
|
2012-06-11 14:42:08 -05:00 |
|
James Cotton
|
c5a881086a
|
Fix some slots in config revo calibration
|
2012-06-11 11:30:16 -05:00 |
|
Sambas
|
eb4f90f188
|
Check if Homelocation is set before calibration
|
2012-06-03 18:25:22 -05:00 |
|
Sambas
|
2ec8423334
|
Mag calibration, does this make any sense?
|
2012-06-03 18:25:22 -05:00 |
|
Sambas
|
978aba4e91
|
Check if Homelocation is set before calibration
|
2012-06-03 20:25:17 +03:00 |
|
Sambas
|
75bc00c534
|
Mag calibration, does this make any sense?
|
2012-06-03 20:25:05 +03:00 |
|
James Cotton
|
65829a6513
|
Update the revo configuration to be consistent with the new meta data format.
|
2012-05-03 21:09:25 -05:00 |
|
James Cotton
|
72be7bb809
|
Don't use usleep for the poor windows kiddies.
|
2012-01-31 16:32:15 -06:00 |
|
Stacey Sheldon
|
f5e9a9365c
|
gcs config: fix case on revo config gadget includes
|
2012-01-28 21:00:15 -05:00 |
|
James Cotton
|
902a2baef7
|
Fix the sign of the bias terms
|
2011-12-24 16:14:53 -06:00 |
|
James Cotton
|
710f95feeb
|
Get the 6pt calibration working again for revo
|
2011-12-24 15:58:12 -06:00 |
|
James Cotton
|
d78d345953
|
Configuration tab for revo
|
2011-12-24 14:08:08 -06:00 |
|