abeck70
8defea867b
OP-1769 ground support wizard alignment with flight side code
...
1. Moved to using throttle curve 1 which is meant to be primary for throttle. Curve1 can support reversible motor mixer so ok.
2. Changed default throttle1 curve to linear 0-1 representing x>0. For x < 0 the same throttle curve is applied symmetrically to the reverse direction.
3. Allowed in UI both throttle curves to be visible. Throttle curve 2 manually can be used to mix other inputs to affect motor. E.g. slow down in turning.
2015-03-12 08:46:43 +11:00
abeck70
1d7059d4d7
OP-1769 Ground support: Align wizard to flight side code implementation
2015-03-11 22:07:57 +11:00
Laurent Lalanne
12a81827f8
Merge remote-tracking branch 'origin/rel-15.02' into next
...
Conflicts:
ground/openpilotgcs/src/plugins/setupwizard/pages/outputcalibrationpage.h
2015-03-09 22:21:55 +01:00
Laurent Lalanne
0e2fb2231e
OP-1764 Add missing files and changes from review
2015-03-09 13:08:56 +01:00
abeck70
d22cb21022
Merge branch 'laurent/OP-1764_Rc_input_ranges' into abeck/OP-1764
2015-03-09 21:26:20 +11:00
m_thread
54b00dd3e6
OP-1768 Added PWMSync to warning text
2015-03-08 09:26:59 +01:00
Laurent Lalanne
4b640c5d1d
OP-1764 Add Throttle range check
2015-03-08 02:20:57 +01:00
Laurent Lalanne
fba3281a8c
Merge remote-tracking branch 'origin/laurent/OP-1734_Wizard_show_servo_movement' into next
...
Conflicts:
ground/openpilotgcs/src/plugins/setupwizard/pages/outputcalibrationpage.cpp
2015-03-07 12:43:03 +01:00
abeck70
8c31f96dd7
Merge branch 'rel-15.02' RC4 into next
...
Conflicts:
ground/openpilotgcs/src/plugins/config/input.ui
ground/openpilotgcs/src/plugins/setupwizard/connectiondiagram.cpp
2015-03-07 16:47:46 +11:00
m_thread
779415c384
OP-1759 Added limits to field. Changed attached attribute in .ui file to enable limits.
2015-03-03 23:00:52 +01:00
Laurent Lalanne
843325d44e
GUI input / helicopter tab : Define first tab as default
2015-03-03 00:40:50 +01:00
Laurent Lalanne
a61891cd2e
Fixed Flight Mode layout
2015-03-03 00:09:50 +01:00
Laurent Lalanne
bce05a2312
Fixed Stab layout
2015-03-02 23:32:04 +01:00
m_thread
f3ee2f4845
Fixed layout
2015-03-02 22:22:41 +01:00
m_thread
c358f975c4
Uncrustify
2015-02-28 09:47:23 +01:00
Laurent Lalanne
fcb36b3639
OP-1466 Cosmetic changes to Svg / Layer order
2015-02-27 22:37:35 +01:00
Laurent Lalanne
799b4d6240
OP-1466 Add tr()
2015-02-27 05:28:27 +01:00
Laurent Lalanne
19cbd26465
OP-1466 Keep previous Mixer table when user choose Custom Settings - Reuse M_PI from math.h
2015-02-27 05:22:20 +01:00
Laurent Lalanne
ac1c893b54
OP-1466 Resize issue
2015-02-27 03:49:29 +01:00
Laurent Lalanne
c9b80ca0a1
OP-1466 Add a 'Prev' button for servo adjustement
2015-02-27 02:33:34 +01:00
Laurent Lalanne
edb41b698a
OP-1466 Fix Heli tab crash - Refresh Gui - Typos
2015-02-27 01:29:20 +01:00
Alessio Morale
400a99f365
missing uncrustification
2015-02-24 22:04:11 +01:00
Laurent Lalanne
1cdc00d285
Hot fix : wrong conflict resolve in previous merge
2015-02-24 12:05:34 +01:00
Laurent Lalanne
aa8dde905e
Merge branch 'laurent/OP-1737_Output_tab_minmax_greyed' into next
...
Conflicts:
ground/openpilotgcs/src/plugins/config/configoutputwidget.cpp
2015-02-24 11:52:20 +01:00
James Duley
3e15cac357
fix rogue \n in outputchannelform.ui
2015-02-24 12:16:30 +13:00
m_thread
a249415ffa
OP-1685 Simple fix to disabled link buttons.
2015-02-23 21:02:48 +01:00
Laurent Lalanne
d0e959af97
OP-1737 Missing actuatorLink line - Remove focus code
2015-02-23 12:09:28 +01:00
m_thread
970dedb93c
OP-1628 Fixed a disconnect warning
2015-02-23 09:32:22 +01:00
m_thread
14d4156d1f
Uncrustify
2015-02-23 00:01:22 +01:00
m_thread
9e6d71120b
Merge remote-tracking branch 'origin/next' into thread/OP-1685_GUI_Fixes
2015-02-23 00:00:39 +01:00
Laurent Lalanne
4c50fefaea
OP-1737 Fix for PassTrough setup : Set mixerType to disabled on reset
2015-02-22 15:00:18 +01:00
m_thread
e5d8255c7a
OP-1685 Re-factored some code.
2015-02-22 14:46:08 +01:00
Fredrik Larsson
2cc7064552
Merge remote-tracking branch 'origin/dmytro/OP-969' into next
2015-02-22 21:31:16 +11:00
Laurent Lalanne
62aaade9e1
OP-1737 Change channelOutTest checkbox signal to clicked
2015-02-21 23:56:29 +01:00
Laurent Lalanne
ec9b380389
OP-1737 Only enable active outputs
2015-02-21 22:58:31 +01:00
m_thread
d3a4977947
OP-1685 Fixed group box caption
2015-02-21 09:27:45 +01:00
Laurent Lalanne
ae5dbc3096
OP-1734 Change mixer values : Vtail and FixedWing rudder
2015-02-19 17:13:56 +01:00
Dmytro Poplavskiy
d7bf842899
OP-969 - Fixed unnecessary resizing of input config wizard
...
Instead of dynamicly adding/removing widgets to the
single wizard page, created all the widgets ahead
and added them to QStackedWidget.
QStackedWidget keeps the size of the biggest child,
so re-layouting is not necessary.
Moved wizard UI to the separate .ui form
as original input.ui and/or implementation
file would be to overloaded otherwise.
2015-02-19 22:44:45 +10:00
abeck70
dc23a5bb43
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into thread/OP-1685_GUI_Fixes
2015-02-19 08:30:41 +11:00
Laurent Lalanne
54b8e7a2ab
Merge branch 'laurent/OP-1728_Output_tab_servo_ignore_set_neutral' into next
2015-02-18 22:18:09 +01:00
Laurent Lalanne
0947ab6433
Merge branch 'laurent/OP-1723_Allow_RcCar_reverse' into next
2015-02-18 22:17:40 +01:00
Laurent Lalanne
cb188ed317
Merge branch 'laurent/OP-1718_Fixed_wing_servo_setup+RcInput_calibration' into next
2015-02-18 22:17:14 +01:00
m_thread
1b805610ef
OP-1685 Fixed some more tooltip texts.
2015-02-18 13:49:27 +01:00
m_thread
8c6da7e7ee
OP-1685 Fixed some tooltip texts.
2015-02-18 13:33:15 +01:00
Laurent Lalanne
a9c442916f
OP-1728 Remove keyboard focus on Spin/Checkboxes - Typo - Uncrustify
2015-02-18 12:37:23 +01:00
m_thread
c93c25e657
OP-1685 Made warning message even more informational.
2015-02-18 10:56:31 +01:00
m_thread
6c33fb8185
OP-1685 Simplifying the warning label code and layout.
2015-02-18 10:26:59 +01:00
m_thread
1b842ec322
OP-1685 Fixed Output config layout, fixed HW config layout for CC.
...
Conflicts:
ground/openpilotgcs/src/plugins/config/output.ui
2015-02-18 08:44:57 +01:00
Laurent Lalanne
25c8d43db3
Merge remote-tracking branch 'origin/laurent/OP-1635_Remove_QuadH_config_tab' into next
2015-02-18 02:56:23 +01:00
Laurent Lalanne
f44a663e27
OP-1728 Add message dialog if something to save
2015-02-18 02:46:53 +01:00