1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-26 11:52:10 +01:00

1621 Commits

Author SHA1 Message Date
samguns
aaf635068d OP-1808 Code change according to review results 2015-04-06 13:10:04 +08:00
samguns
5b76f4f96b OP-1808 1.Make flight mode stick identification to be optional. 2. Refine some code. 2015-03-31 22:54:25 +08:00
samguns
44ab63d696 OP-1781 Add the stash&restore operation vehicle type in systemsettings 2015-03-25 11:07:19 +08:00
samguns
1811b5f1fd OP-1781 Make sure the vehicle type is correct, next step will be acro, heli tests and minor modifications. 2015-03-20 16:23:26 +08:00
samguns
f806a9d3f2 1. Revise according to review results. 2. Force one flight mode if 2CH ground vehicle was confirmed. 2015-03-19 15:06:22 +08:00
samguns
30a40140be OP-1781 Minor changes according to review results. Leave the stick don't move and 1 flight mode issues to tomorrow 2015-03-18 23:00:17 +08:00
samguns
8b1e7dee58 OP-1781 Uncrustify code 2015-03-18 15:47:10 +08:00
samguns
97fd54b25d OP-1781 I think it's almost done, ready for a thoroughly test and review 2015-03-18 14:58:46 +08:00
samguns
22e0b88a8f OP-1781 Add UI stuff and basic definitions 2015-03-17 15:51:06 +08:00
abeck70
616cd466d2 OP-1769 align tank throttle curve 2015-03-14 10:04:54 +11:00
abeck70
ea47436091 Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1769-Ground 2015-03-12 22:34:43 +11:00
abeck70
ad44b313fc Release 15.02 Merge branch 'master' into next
Conflicts:
	ground/openpilotgcs/src/plugins/setupwizard/pages/outputcalibrationpage.h
2015-03-12 21:45:00 +11:00
abeck70
d4c4c68131 Release 15.02
Update whatsnew and uncrustify.
2015-03-12 21:33:30 +11:00
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