1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
Commit Graph

326 Commits

Author SHA1 Message Date
James Cotton
21a71e5294 Merge branch 'master' into spin_while_armed
Added back the "Spin arming" button to output panel and made it work
Conflicts:
	ground/openpilotgcs/src/plugins/config/configoutputwidget.cpp
	ground/openpilotgcs/src/plugins/config/output.ui
2011-05-05 00:23:51 -05:00
dankers
6d30da68e6 Windows backslash issue for an icon, thanks Buzz! 2011-05-04 20:06:24 +10:00
dankers
35f787dde6 Slight update to default config 2011-05-04 19:48:18 +10:00
dankers
b10f1db55e Update ah.png icon 2011-05-04 19:31:56 +10:00
dankers
5a5e878a80 State we are a alpha release 2011-05-04 19:08:03 +10:00
dankers
f21e33833e Add one more icon 2011-05-04 18:50:50 +10:00
dankers
12fd32eb96 Use new icons for the workspaces 2011-05-04 16:27:38 +10:00
dankers
69192f0594 Add some new icons for the GCS 2011-05-04 15:46:05 +10:00
dankers
5e355e82bf Default background less crowded and cleaner 2011-05-04 13:07:22 +10:00
elafargue
4c80b458c4 OP-468 Config gadget now detects CopterControl and Mainboard and updates its controls to setup TurboPWM accordingly. 2011-05-03 16:50:31 +02:00
elafargue
9c4fa5214e Better default configuration more suited for CopterControl. 2011-05-03 13:41:53 +02:00
elafargue
d4a021242c Bugfix: in some rare cases, the GCS could crash if the Scope Gadget configuration contained a non-existing UAVObject name. 2011-05-03 10:54:38 +02:00
David Carlson
46566d05e8 The "Dave is not a robot" bug. Small case change for config gadget artwork, quad images. 2011-05-02 23:25:54 -07:00
James Cotton
bd06f156da OP-474: Config gadget option for the "spinning while armed" check box 2011-05-03 00:42:47 -05:00
dankers
3103fc8e13 Update shapes to have a more subtle shade of red 2011-05-03 12:38:24 +10:00
James Cotton
e75e6c86ea Merge branch 'master' of ssh://git.openpilot.org/OpenPilot 2011-05-02 16:19:32 -05:00
James Cotton
028b731a5b Make the boards look better in the Uploader gadget 2011-05-02 16:19:19 -05:00
elafargue
ff51e996f6 Make config gadget artwork on transparent background, as well as curves. Looks much much better! 2011-05-02 22:56:01 +02:00
elafargue
37359a82b9 New SVG rendering of multirotor shapes for the config gadget, thanks Haalvard! 2011-05-02 22:18:26 +02:00
James Cotton
d9221fac06 Merge remote-tracking branch 'origin/OP-452_InputConfiguration' 2011-05-02 03:40:59 -05:00
James Cotton
1f36e00287 Merge remote-tracking branch 'origin/OP_442_OP_437_PT_Dreamer' 2011-05-02 03:34:09 -05:00
elafargue
2c89d34e2a Merge branch 'master' into OP-367_UAVObject_Query 2011-05-02 09:14:21 +02:00
elafargue
30751b4eb2 OP-463 Fix Phonon includes for better cross platform compatibility. 2011-05-01 15:19:36 +02:00
elafargue
874ac25d8b Merge branch 'master' into OP-367_UAVObject_Query 2011-04-30 23:48:45 +02:00
elafargue
b2f62e724b OP-456 OP-459 OP-460 and OP-461 fixed. 2011-04-30 23:43:01 +02:00
elafargue
358902156c Merge remote branch 'origin' into OP-367_UAVObject_Query 2011-04-30 21:42:34 +02:00
James Cotton
46ea18f54b OP-449: Just UI layout to make longer message fit 2011-04-30 12:49:43 -05:00
elafargue
6b00ed3866 NACKs implemented on both ground and flight side, connect time goes under a few seconds now. 2011-04-30 19:32:42 +02:00
elafargue
1c6d760371 Updates on ground side, corrected bugs. 2011-04-30 17:50:36 +02:00
elafargue
f234651d9c Implemented NACKs on UAVTalk on the ground implementation. 2011-04-30 16:52:07 +02:00
James Cotton
5ef47a1253 OP-449: Changed message in input configuration to correctly describe situation
where channels not mapped so receiver is not detected
2011-04-29 18:00:20 -05:00
zedamota
42c2b7193a Should fix the impossibility to choose a non existing file to download FW to. 2011-04-29 21:50:58 +01:00
elafargue
61e8df8b20 Implemented stabilization tuning UI improvements as per OP-429. 2011-04-29 22:39:24 +02:00
elafargue
9e26d7edcc Feed Forward settings now moved to "Advanced" tab. Will initiate review. 2011-04-29 22:25:31 +02:00
elafargue
cdc0839e6e Move the feed forward settings to a "Advanced" tab: not thoroughly tested yet, but feedback welcome at this stage. 2011-04-28 16:53:00 +02:00
elafargue
dd7c6820f1 Merge branch 'master' into OP-320_Erase_all_settings 2011-04-27 14:30:46 +02:00
James Cotton
819bc9d441 Merge branch 'master' into OP-430_Ligi_UAVTalk-Code-Review 2011-04-26 12:49:32 -05:00
elafargue
53685faabe Update dialog on configplugin 2011-04-26 19:27:29 +02:00
elafargue
c49382cdec OP-444 : changed the error message to a QMessageBox as requested. 2011-04-26 18:02:32 +02:00
elafargue
921fe640a8 Forgot a small change to make sure that in case the request times out, we get an error. 2011-04-26 00:53:37 +02:00
elafargue
ce6987ffab Added a menu entry in the Tools menu to erase all settings.
Note: on CopterControl, this fails if all settings are at default value sometimes, due to something going on flight-side, not quite sure what.
Please test & report how it is working on your board, be sure to save your settings somewhere first!
2011-04-26 00:45:08 +02:00
Oleg Semyonov
2ca0dc72cc No more .svn r/o subdirectories, no need to remove them 2011-04-24 20:17:44 +03:00
Oleg Semyonov
af8e7c38f8 Change version info scripts to use git instead of SubWCRev svn utility 2011-04-24 20:15:59 +03:00
marcus bueschleb
93358ee4ae rm useless code 2011-04-20 11:38:20 +02:00
elafargue
f0bfffda09 Merge branch 'master' into OP-372_Edouard_UDP-connection-menu-name 2011-04-18 08:44:58 +02:00
dankers
309929245b Add help icon to config gadget, had this hanging around for a while, just getting ready for move to Git.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3169 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-04-17 09:04:09 +00:00
Edouard Lafargue
cd1922cd52 Now the dropdown menu behaves better with unconfigured IP connection plugin. Restored the
type of connection for better clarity too ("Serial", "USB", "IP", "UDP", etc).
2011-04-17 08:34:35 +02:00
corvus
08eabd21e4 Fixed files with mixed line endings
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3168 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-04-15 12:03:20 +00:00
peabody124
3afdc7e41c CC-24: Rotate the CC board at any angle relative to "flat and level" with GCS
config plugin updates.  Has not been tested in flight yet although seems
sensible so please be careful when using this code.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3166 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-04-15 06:37:16 +00:00
peabody124
9c4432b097 Fix tricopter configuration. 2946 for a second rudder had a bug.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3156 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-04-11 18:47:50 +00:00