.. |
images
|
added ccpm swashplate image for config gadget.
|
2010-10-03 03:55:41 +00:00 |
ahrs.ui
|
AHRS: Made an object setting to allow the downsampling rate to be changed on the
|
2010-10-02 03:10:01 +00:00 |
airframe.ui
|
OP-138 Yaw mixing was inverted in the config gadget! This update works for me, with the quad layout in the gadget's picture.
|
2010-10-01 16:25:21 +00:00 |
Config.pluginspec
|
OP-38 Updated pluginspec requirements - those are ignored on Linux but required on Windows, it seems.
|
2010-08-27 14:19:42 +00:00 |
config.pro
|
OP-160 Rough draft of mixer curve widget, for comments. I will make it look nicer later, this is just for seeing what can be done.
|
2010-09-17 20:49:24 +00:00 |
configahrswidget.cpp
|
AHRS: Get calibration working again
|
2010-10-02 03:10:04 +00:00 |
configahrswidget.h
|
OP-167 OP-157 AHRS/Calibration: Added mag scale and really cleaned up calibration.
|
2010-09-25 09:20:38 +00:00 |
configairframewidget.cpp
|
UAVObjects/MixerSettings: Have values as int8, don't need float resolution
|
2010-10-01 20:28:14 +00:00 |
configairframewidget.h
|
OP-138 Added Reset button for curves, and display of value when moving a curve point.
|
2010-10-01 08:40:46 +00:00 |
configfactory.h
|
More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts.
|
2010-07-16 10:33:27 +00:00 |
configgadget.cpp
|
OP-38 Output settings now done, to be validated on real HW and tested by more users. "Test" checkboxes not active yet.
|
2010-08-07 22:32:57 +00:00 |
configgadget.h
|
More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts.
|
2010-07-16 10:33:27 +00:00 |
configgadget.qrc
|
OP-138 Mixer: fixed wing works, and Quad-Plus and Quad-X configurations are supported. Not tested for obvious reasons, since I am working in the train.
|
2010-09-28 18:27:34 +00:00 |
configgadgetconfiguration.cpp
|
GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change.
|
2010-09-22 19:57:02 +00:00 |
configgadgetconfiguration.h
|
GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change.
|
2010-09-22 19:57:02 +00:00 |
configgadgetfactory.cpp
|
GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change.
|
2010-09-22 19:57:02 +00:00 |
configgadgetfactory.h
|
GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change.
|
2010-09-22 19:57:02 +00:00 |
configgadgetoptionspage.cpp
|
More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts.
|
2010-07-16 10:33:27 +00:00 |
configgadgetoptionspage.h
|
More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts.
|
2010-07-16 10:33:27 +00:00 |
configgadgetwidget.cpp
|
OP-38 Icon for AHRS in the config gadget. Quick hack with Eagle3D, still, better than nothing.
|
2010-08-26 20:29:51 +00:00 |
configgadgetwidget.h
|
OP-38 Further updates to config plugin, please test!
|
2010-08-26 14:23:40 +00:00 |
configplugin.cpp
|
More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts.
|
2010-07-16 10:33:27 +00:00 |
configplugin.h
|
More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts.
|
2010-07-16 10:33:27 +00:00 |
configservowidget.cpp
|
Servo input config was missing the accessory inputs. Changed the plugin to remove any hardcoded value, so it should be safe for future new channel assignement types
|
2010-09-11 09:05:42 +00:00 |
configservowidget.h
|
OP-38 Ground / Config Gadget: implemented channel reversal for output channels.
|
2010-09-08 21:31:09 +00:00 |
configtaskwidget.cpp
|
OP-38 Ground/Config Gadget : another try at making AHRS settings more intuitive. And the Object queue now works (...)
|
2010-09-07 20:08:29 +00:00 |
configtaskwidget.h
|
OP-38 Ground/Config gadget: implementation of a queue to manage successive ObjectPersistence updates, will solve several issues (two updates
|
2010-09-07 19:31:19 +00:00 |
configtelemetrywidget.cpp
|
OP-38 Further updates to config plugin, please test!
|
2010-08-26 14:23:40 +00:00 |
configtelemetrywidget.h
|
OP-38 Split the various settings widgets into separate classes, for easier extension by others.
|
2010-08-20 21:18:20 +00:00 |
fancytabwidget.cpp
|
OP-38 Fix: FancyTabWidget is not part of the API of coreplugin: though gcc on Linux is fine with it, it does not work on Windows with the Windows toolchain and it is not clean anyway. For this reason, added a copy of fancytabwidget to the config plugin directly.
|
2010-08-10 13:04:14 +00:00 |
fancytabwidget.h
|
OP-38 Fix: FancyTabWidget is not part of the API of coreplugin: though gcc on Linux is fine with it, it does not work on Windows with the Windows toolchain and it is not clean anyway. For this reason, added a copy of fancytabwidget to the config plugin directly.
|
2010-08-10 13:04:14 +00:00 |
mixercurveline.cpp
|
OP-160 Curve widget: 1st working version. Use "initCurve" with a list of double to create a curve, and connect to the curveUpdated signal to
|
2010-09-19 08:49:48 +00:00 |
mixercurveline.h
|
OP-160 Rough draft of mixer curve widget, for comments. I will make it look nicer later, this is just for seeing what can be done.
|
2010-09-17 20:49:24 +00:00 |
mixercurvepoint.cpp
|
OP-138 Added Reset button for curves, and display of value when moving a curve point.
|
2010-10-01 08:40:46 +00:00 |
mixercurvepoint.h
|
OP-138 Start of the new Mixer configuration interface, for fixed wing only. This does not work yet, takes a long time to fully implement.
|
2010-09-24 20:39:37 +00:00 |
mixercurvewidget.cpp
|
OP-138 Added Reset button for curves, and display of value when moving a curve point.
|
2010-10-01 08:40:46 +00:00 |
mixercurvewidget.h
|
OP-138 Added Reset button for curves, and display of value when moving a curve point.
|
2010-10-01 08:40:46 +00:00 |
settingswidget.ui
|
OP-38 Ground / Config Gadget: implemented channel reversal for output channels.
|
2010-09-08 21:31:09 +00:00 |
telemetry.ui
|
OP-38 Config gadget: you can now test your servo outputs by checking the "Test Outputs" checkbox and moving the sliders. You will need up to date
|
2010-08-19 11:48:16 +00:00 |