1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-06 17:46:07 +01:00
LibrePilot/ground/src/plugins/gcscontrol
andrew c7eb0c912c GCS Control - controller now only updates the OP hardware when it is in GCSControl mode.
Previously it would update all the time and this could create glitches in control when both a standard Tx and the GCS were connected to the flight H/W.


git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2221 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-12-12 04:57:43 +00:00
..
images OP-46 New background for Joystick control and update position of joystick dot to remain centered on the mouse 2010-07-26 20:47:24 +00:00
GCSControl.pluginspec Barest beginnings of GCS manual control interface 2010-07-19 06:20:13 +00:00
gcscontrol.pro Control gadget: make it configurable. Mock-up of config interface included, does not work yet. 2010-11-07 15:16:58 +00:00
gcscontrol.qrc Draw joystick end to indicate position 2010-07-20 19:57:29 +00:00
gcscontrol.ui Flight: Got a much nicer arming/disarming system going. Made it a separate flag in the end to allow testing the stabilization code with motors not running. Also changes maxRoll/maxPitch/maxYaw to uint8 to keep object size smaller - no reason for float precision for this. 2010-09-16 15:41:11 +00:00
gcscontrolgadget.cpp GCS Control - controller now only updates the OP hardware when it is in GCSControl mode. 2010-12-12 04:57:43 +00:00
gcscontrolgadget.h GCS control - implemented channel reversal for joystick input. 2010-12-11 06:39:05 +00:00
gcscontrolgadgetconfiguration.cpp GCS control - implemented channel reversal for joystick input. 2010-12-11 06:39:05 +00:00
gcscontrolgadgetconfiguration.h GCS control - implemented channel reversal for joystick input. 2010-12-11 06:39:05 +00:00
gcscontrolgadgetfactory.cpp GCS Control plugin: now fully configurable (mode 1 to mode 4), and with joystick channel mapping as well. Not tested in-flight! 2010-11-07 22:16:45 +00:00
gcscontrolgadgetfactory.h Control gadget: make it configurable. Mock-up of config interface included, does not work yet. 2010-11-07 15:16:58 +00:00
gcscontrolgadgetoptionspage.cpp GCS Control - Joystick buttons can now toggle GCSControl. 2010-12-12 04:09:32 +00:00
gcscontrolgadgetoptionspage.h GCS Control - Joystick buttons can now toggle GCSControl. 2010-12-12 04:09:32 +00:00
gcscontrolgadgetoptionspage.ui GCS Control - Joystick buttons can now toggle GCSControl. 2010-12-12 04:09:32 +00:00
gcscontrolgadgetwidget.cpp GCS Control - Joystick buttons can now toggle GCSControl. 2010-12-12 04:09:32 +00:00
gcscontrolgadgetwidget.h GCS Control - Joystick buttons can now toggle GCSControl. 2010-12-12 04:09:32 +00:00
gcscontrolplugin.cpp GCS Control plugin: now fully configurable (mode 1 to mode 4), and with joystick channel mapping as well. Not tested in-flight! 2010-11-07 22:16:45 +00:00
gcscontrolplugin.h GCS Control plugin: now fully configurable (mode 1 to mode 4), and with joystick channel mapping as well. Not tested in-flight! 2010-11-07 22:16:45 +00:00
gcsonctrolgadgetwidget.h Barest beginnings of GCS manual control interface 2010-07-19 06:20:13 +00:00
joystickcontrol.cpp GCS: Control, Tiny fix to center the big red dots :) 2010-09-30 20:14:39 +00:00
joystickcontrol.h Ground/Joystick Control: Separated the logic for changing values from the 2010-09-27 19:35:25 +00:00