Corvus Corax
|
5bd491ac57
|
Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
|
2016-04-25 17:22:21 +02:00 |
|
Vladimir Zidar
|
7925f115df
|
LP-291 fix coptercontrol build. Oplink uavos are not available there.
|
2016-04-25 15:15:03 +02:00 |
|
Vladimir Zidar
|
35ccc6a169
|
LP-291 removed unused msp_send_ident() function
|
2016-04-25 14:58:46 +02:00 |
|
Vladimir Zidar
|
8dbf9e7d31
|
LP-291 Changed noise floor level to -110 to be closer to real noise level instead of absolute -127
|
2016-04-25 13:28:10 +02:00 |
|
Vladimir Zidar
|
22cf21c335
|
LP-291 fix minor whitespace issue
|
2016-04-25 12:57:27 +02:00 |
|
Vladimir Zidar
|
84886cbce4
|
LP-291 fixed typo &acc2 should be &acc3
|
2016-04-25 12:55:23 +02:00 |
|
Lalanne Laurent
|
4ada670272
|
Merged in mkaduk/librepilot/LP-286_taulabs_uavbrowser_filter (pull request #226)
LP-286 Port TauLabs filter in UAVobjectbrowser
|
2016-04-24 15:22:17 +02:00 |
|
Mateusz Kaduk
|
1c67853bfd
|
LP-286 Clean-up spelling, headers and uncrustify
|
2016-04-24 09:13:17 +02:00 |
|
Vladimir Zidar
|
1f0bf155ce
|
LP-293 make use of NELEMENTS() macro instead of defining own version NELEM()
|
2016-04-24 02:03:50 +02:00 |
|
Vladimir Zidar
|
33eb434862
|
LP-291 add missing includes. Uncrustification.
|
2016-04-24 01:50:41 +02:00 |
|
Vladimir Zidar
|
69a51956e8
|
LP-291 msp_send_comp_gps(): calculate distance and direction to home using PositionState and TakeOffLocation, same way it is done in GCS.
|
2016-04-24 01:49:09 +02:00 |
|
Vladimir Zidar
|
fec3924ee0
|
LP-291 msp_send_altitude(): use PositionState instead of BaroSensor and add VelocityState to provide climb rate
|
2016-04-24 01:46:13 +02:00 |
|
Vladimir Zidar
|
bb0f15024b
|
LP-291 msp_send_channels(): include Accessory3
|
2016-04-24 01:41:42 +02:00 |
|
Vladimir Zidar
|
5d72a9671c
|
LP-291 msp_send_analog(): Use OPLinkStatus.RSSI if applicable
|
2016-04-24 01:38:30 +02:00 |
|
Mateusz Kaduk
|
f0b3156abe
|
LP-286 TauLabs acknowledgements for parts of the code
|
2016-04-23 23:07:22 +02:00 |
|
Philippe Renon
|
29b33453f3
|
LP-286 minor optimization: replace map contains+get with get
|
2016-04-23 23:07:22 +02:00 |
|
Philippe Renon
|
947dbf88ab
|
LP-286 rephrase filter placeholder text
|
2016-04-23 23:07:22 +02:00 |
|
Philippe Renon
|
6328b8a593
|
LP-286 minor code cleanups
remove unused class members
reorganize some methods
|
2016-04-23 23:07:22 +02:00 |
|
Philippe Renon
|
fa0686eba1
|
LP-286 change proxy model source instead of recreating it
this also fixes a leak of the previous proxy model
|
2016-04-23 23:07:22 +02:00 |
|
Philippe Renon
|
8db244b30a
|
LP-286 get TreeItem using data() method instead of internalPointer() method
not only it is not legal to use internalPointer() outside of the model class
but it also requires to do nasty index juggling when using a proxy model
|
2016-04-23 23:06:50 +02:00 |
|
Philippe Renon
|
0f339dfef0
|
LP-286 make uavobject model data() method return the TreeItem when called with Qt::UserRole
also cleaned up data() method (use switch instead of if mumble jumble)
|
2016-04-23 22:55:38 +02:00 |
|
Mateusz Kaduk
|
e550317fdf
|
LP-286 Port TauLabs filter in UAVobjectbrowser
|
2016-04-23 22:54:58 +02:00 |
|
Corvus Corax
|
5285689541
|
Merge branch 'next' into corvuscorax/OP-1900_fixedwingautotakeoff_rebaserc6
|
2016-04-23 02:08:13 +02:00 |
|
Vladimir Zidar
|
26d63ee7ac
|
LP-291 fixed @author tags
|
2016-04-22 22:53:16 +02:00 |
|
Vladimir Zidar
|
85fa65a514
|
LP-293 Fixed remaining buffer space calculation. Changed name of position variable to less misleading.
|
2016-04-22 22:47:25 +02:00 |
|
Vladimir Zidar
|
f04d44de30
|
LP-291 Added MSP support to all boards (revolution, revonano, revoproto, discoveryf4bare and coptercontrol)
|
2016-04-22 03:30:38 +02:00 |
|
Vladimir Zidar
|
365354ea74
|
LP-291 Changed AlarmString() arguments
|
2016-04-22 03:30:35 +02:00 |
|
Vladimir Zidar
|
1a870f0c0f
|
LP-291 Added proper float rounding before casting to uint8_t
|
2016-04-22 03:30:19 +02:00 |
|
Vladimir Zidar
|
d281d8ce0c
|
LP-291 Added MSP_SET_PID command.
|
2016-04-22 03:30:09 +02:00 |
|
Vladimir Zidar
|
db5807e54c
|
LP-291 Cleaned up flight modes and additional icons. Implemented MSP_PID message.
|
2016-04-22 03:29:38 +02:00 |
|
Vladimir Zidar
|
d8bdd8bfcf
|
LP-291 Added TaskInfo entry for UAVOMSPBridge task
|
2016-04-22 03:26:50 +02:00 |
|
Vladimir Zidar
|
6b5e43a57d
|
LP-291 Changed default baudrate to 115200
|
2016-04-22 03:26:47 +02:00 |
|
Vladimir Zidar
|
1e32ccb1d0
|
LP-291 Initial port
|
2016-04-22 03:26:41 +02:00 |
|
Vladimir Zidar
|
96ce3db02d
|
LP-293 Added LibrePilot to @author tag
|
2016-04-22 02:04:21 +02:00 |
|
Vladimir Zidar
|
72582d1100
|
LP-293 Added severity level parameter to AlarmString(). Reverted alarm sort order to natural severity levels (highest to lowest): ERROR, CRITICAL, WARNING, OK
|
2016-04-22 01:18:09 +02:00 |
|
Vladimir Zidar
|
8f937e0508
|
LP-293 Changed alarm strings to match GCS display
|
2016-04-22 01:17:59 +02:00 |
|
Vladimir Zidar
|
e513db4b4d
|
LP-293 Added state parameter to receive highest severity level.
|
2016-04-22 01:17:50 +02:00 |
|
Vladimir Zidar
|
91a9c19e1f
|
LP-293 Implemented AlarmString() function to return human readable SystemAlarms data
|
2016-04-22 01:16:37 +02:00 |
|
Philippe Renon
|
137b3b24c1
|
Merged in filnet/librepilot (pull request #229)
uncrustify
|
2016-04-20 23:47:48 +02:00 |
|
Philippe Renon
|
3360da09ae
|
Merged in james-duley/librepilot/travis (pull request #230)
Fix up ubuntu PPA packaging with osg and add travis-ci to check it
|
2016-04-20 23:45:53 +02:00 |
|
James Duley
|
bc2fc562da
|
Add ccache to travis
|
2016-04-20 22:25:57 +01:00 |
|
James Duley
|
4f8cf5474a
|
Add travis badge to README.md
|
2016-04-17 20:04:58 +01:00 |
|
James Duley
|
46f910e9f4
|
OSG 3.2 fixes
- return textGeode not text
|
2016-04-17 20:04:58 +01:00 |
|
James Duley
|
c74c894235
|
Added travis CI
|
2016-04-17 20:04:58 +01:00 |
|
James Duley
|
c7ab6ff358
|
Make deb package do osg
|
2016-04-17 20:04:58 +01:00 |
|
James Duley
|
5d26e81c9e
|
Make ubuntu trusty use opt Qt
|
2016-04-17 20:04:58 +01:00 |
|
James Duley
|
457aa0f56f
|
Remove unicode apostrophe
|
2016-04-17 20:04:58 +01:00 |
|
Philippe Renon
|
02ab505731
|
uncrustify
|
2016-04-17 20:08:44 +02:00 |
|
James Duley
|
61ce3d66d8
|
Merged in filnet/librepilot (pull request #228)
msys2: add missing dependencies
|
2016-04-17 18:16:09 +01:00 |
|
Philippe Renon
|
0dd328e1c0
|
msys2: add missing dependencies
- qt related libgraphite2
- curl related libnghttp2
|
2016-04-16 12:30:50 +02:00 |
|