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

14783 Commits

Author SHA1 Message Date
Lalanne Laurent
553448abad Merged in alessiomorale/librepilot/LP-385_cameracontrol (pull request #309)
Lp 385_cameracontrol
2016-09-21 21:24:05 +02:00
Alessio Morale
25b2a22122 LP-385 - Add Image Index 2016-09-08 02:29:33 +02:00
Lalanne Laurent
bf5cff319a Merged in mindnever/librepilot/LP-382_fix_MSP_stack_overflow_on_PID_save (pull request #314)
LP-382 Use ObjectPersistence UAVO instead of stack hungry UAVObjSave()
2016-09-04 19:53:22 +02:00
Philippe Renon
f43467a052 Merged in f5soh/librepilot/LP-396_Enable_Yaw_Acro+_GUI (pull request #320)
LP-396 Add Acro+ stabilization for Yaw axis
2016-09-04 19:42:55 +02:00
Alessio Morale
46fcec001b Merged in filnet/librepilot/LP-32_complement_osgearth_readme (pull request #311)
LP-32 improve osgearth readme
2016-09-04 13:59:04 +02:00
Alessio Morale
279eaf42ca Merged in f5soh/librepilot/LP-388_AuxMag_calibration_wrong_initial_settings (pull request #306)
LP-388 Workaround for 2 telemetry errors while calibrating AuxMag
2016-09-04 13:54:19 +02:00
Alessio Morale
d1cbab5c86 Merged in filnet/librepilot/LP-313_uavobjectbrowser_always_shows_metadata_when_filtering (pull request #312)
LP-313 fix uavobjectbrowser always showing metadata when filtering
2016-09-04 13:52:36 +02:00
Alessio Morale
9b73838c52 Merged in f5soh/librepilot/LP-392_Gyro_init_GUI (pull request #310)
LP-392 Attitude tab : initGyroWhenBoardSteady and zeroGyroBiasOnArming to Revo
2016-09-04 13:50:22 +02:00
Laurent Lalanne
e2068cbb8e LP-396 Add Acro+ stabilization for Yaw axis 2016-09-04 13:10:04 +02:00
Lalanne Laurent
9b7f5fda3d Merged in alessiomorale/librepilot/LP-395_raise_BoardSteadyMaxVariance (pull request #318)
LP-395 - Raise BoardSteadyMaxVariance to support some boards with noisier gyros
2016-09-04 12:45:46 +02:00
Lalanne Laurent
f182931c6b Merged in paul_jewell/librepilot/LP-330_fix_copyright_symbol (pull request #313)
Changed (c) to (C) for consistency
2016-09-04 12:44:17 +02:00
Laurent Lalanne
0c4c67fd23 LP-390 Fix telemetry error for vehicle wizard 2016-09-03 22:11:47 +02:00
Laurent Lalanne
b33d655ec2 LP-390 Tx wizard: identifyLimits, save only when needed - Prevent Rx glitches - Fixes for Output and Hardware pages 2016-09-03 22:10:18 +02:00
Laurent Lalanne
b16e4838eb LP-388 Use UAVObjectUpdaterHelper and avoid telemetry errors 2016-09-03 22:10:17 +02:00
Philippe Renon
daba66d32f LP-388 allow to bulk set data on UAVO without emitting update events
this addresses some uavo synchronous update calls issues where update requests were issued twice
2016-09-03 22:10:17 +02:00
Alessio Morale
9ffb775bb4 LP-395 - Raise BoardSteadyMaxVariance to support some boards with noisier gyros 2016-09-03 21:54:13 +02:00
Alessio Morale
493a48ba2b LP-385 - fixes from review 2016-09-03 21:44:41 +02:00
Lalanne Laurent
11cb9f7b8d Merged in marcus_proest/librepilot/LP-394-upload-build-results-from-tea-ci (pull request #317)
add tea-ci upload to bintray and slack notification
2016-09-03 21:17:22 +02:00
Lalanne Laurent
4d33fb36cc Merged in f5soh/librepilot/LP-272_Altitude_hold_settings (pull request #308)
LP-272 Altitude hold settings
2016-09-03 21:10:10 +02:00
Lalanne Laurent
0500a6b22a Merged in corvusvcorax/librepilot/simposixfix (pull request #316)
fixed length type in pios/posix pios_com.c to size_t (was still uint16_t)
2016-09-03 21:09:40 +02:00
MarcProe
59608d1d45 LP-394 change api keys and remove api key exposal 2016-09-03 12:24:35 +02:00
MarcProe
68ff92d039 LP-394 add tea-ci upload to bintray and slack notification 2016-09-03 12:24:19 +02:00
Corvus Corax
1af73aad8a fixed length type in pios/posix pios_com.c to size_t (was still uint16_t) 2016-09-02 21:28:23 +02:00
Vladimir Zidar
27146b6dcd LP-382 Use ObjectPersistence UAVO instead of stack hungry UAVObjSave() 2016-09-01 13:47:46 +02:00
paul Jewell
0517258834 LP-330 Changed (c) to (C) for consistency 2016-08-31 19:47:40 +02:00
Philippe Renon
4f3ae61da6 LP-313 fix uavobjectbrowser always showing metadata when filtering 2016-08-30 22:45:12 +02:00
Philippe Renon
52a9aa37c8 Merged in mindnever/librepilot/LP-391_fix_Some_CC3D_ports_cause_a_boot_issue_and_re_init_to_defaults (pull request #307)
LP-391 This fixes issue with negative size (-1) passing from PIOS_Board_configure_com() to PIOS_COM_Init().
2016-08-30 09:56:53 +02:00
Philippe Renon
c363e126fc Merged in mindnever/librepilot/LP-322_USB_ComBridge_functionality_on_OPLink (pull request #302)
Lp 322_usb_combridge_functionality_on_oplink
2016-08-30 09:55:57 +02:00
Philippe Renon
2e669fa322 Merged in mindnever/librepilot/LP-377_ComBridge_Speed_settings_delete (pull request #301)
LP-377 USB ComBridge Speed settings delete
2016-08-30 09:55:35 +02:00
Vladimir Zidar
107aa2170e LP-391 This fixes issue with negative size (-1) passing from PIOS_Board_configure_com() to PIOS_COM_Init(). 2016-08-30 02:03:10 +02:00
Vladimir Zidar
a5a45576a1 LP-322 Added USB ComBridge functionality to OPLink. Updated GCS code. 2016-08-30 01:52:59 +02:00
Vladimir Zidar
cb53094843 LP-377 Remove references to HwSettings object. This is not needed anymore. 2016-08-30 01:39:53 +02:00
Vladimir Zidar
b1f7f5e4bf LP-377 Implement handling of USB_CDC_REQ_SET_LINE_CODING control request for F4 and F1 targets. Removes UsbComBridgeSpeed from hwsettings object. Removes GCS combo boxes related to UsbComBridgeSpeed. Fixes few places where UsbComBridgeSpeed was used for DebugConsole speed config. 2016-08-30 01:22:57 +02:00
Philippe Renon
f40515e032 LP-32 improve osgearh readme
add instructions on how to install and use a self built osg[earth] with GCS
2016-08-30 01:05:25 +02:00
Laurent Lalanne
835013cf59 LP-392 Rephrased text 2016-08-30 00:44:51 +02:00
Laurent Lalanne
af9f0599dd LP-392 Attitude tab : initGyroWhenBoardSteady and zeroGyroBiasOnArming to Revo 2016-08-29 23:24:08 +02:00
Alessio Morale
6c8dafec3c LP-385 - Add support for all revo class boards 2016-08-29 21:16:52 +02:00
Alessio Morale
44f1c76ef9 Merge branch 'next' into LP-385_cameracontrol 2016-08-29 21:04:55 +02:00
Alessio Morale
b04a3929be LP-385 - Get system timestamp coherently with system module 2016-08-29 20:35:11 +02:00
Alessio Morale
d000dd63c6 LP-385 - Add MinimumTimeInterval which define a hard minimum limit between two consecutive shots in auto mode. This is needed to ensure camera can keep up with trigger without loosing shots 2016-08-29 20:24:58 +02:00
Alessio Morale
8114d7771e LP-385 - Fix manual trigger 2016-08-29 19:58:39 +02:00
Alessio Morale
7ed8e63689 LP-385 - Fix Actuator support for CameraControl 2016-08-29 19:57:55 +02:00
Alessio Morale
9bb9086167 LP-385 - Convert local coordinates to LL 2016-08-29 19:57:34 +02:00
Alessio Morale
4e78da41d3 LP-368 - Add coordinate conversion functions, perform some cleanup/optimization 2016-08-28 22:44:53 +02:00
Alessio Morale
b356408e16 LP-385 - Manage time/distance trigger, picture trigger pulse duration 2016-08-28 22:42:56 +02:00
Laurent Lalanne
9170a36e69 LP-272 Smooth baro altitude with more filtering 2016-08-28 20:53:23 +02:00
Laurent Lalanne
19db688910 LP-272 Altitude Hold/Vario settings : Reduce Ki 2016-08-28 20:52:09 +02:00
Philippe Renon
1647982fca Merged in f5soh/librepilot/LP-387-Sparky_analog_port (pull request #305)
LP-387 Analog port: Add DAC pin as input - Fix pin mapping.
2016-08-28 18:48:22 +02:00
Philippe Renon
4d73443543 Merged in james-duley/librepilot/config (pull request #304)
LP-380: Rework configuration system and document it
2016-08-28 18:47:59 +02:00
Philippe Renon
2ccabe27e7 Merged in alessiomorale/librepilot/LP-381_log_buffers (pull request #303)
LP-381 - Adds circular buffer and run writes within a separate callback
2016-08-28 18:47:40 +02:00