19947 Commits (53e0bc5f126efc8a36e04c33c16e4ad1f26f54ca)
 

Author SHA1 Message Date
Beat Küng 4da2ae2302 MavlinkOrbSubscription: optimize fields for size 8 years ago
Beat Küng c50e4a6e21 uORB::DeviceNode: reduce the size of some members 8 years ago
Beat Küng 03c12c4c78 Device: use uint16_t for _open_count instead of int (save space) 8 years ago
Beat Küng a5e6f3213f Device: remove _irq_attached flag, test with _irq == 0 instead 8 years ago
Beat Küng 64df463a85 logger: avoid setting the interval for topics where not needed 8 years ago
Beat Küng 7140914d38 logger: remove LoggerSubscription::time_tried_subscribe 8 years ago
Beat Küng f244a78368 logger: avoid uORB::Subscription, directly use orb_subscribe() instead 8 years ago
Beat Küng 4120cd93df logger: make sure structs are properly aligned 8 years ago
Lorenz Meier 296b07f9d8 Update Gazebo plugin to fix plane model 8 years ago
Julian Oes 3aa9a72562 mavlink_shell.py: default to 57600 baudrate 8 years ago
Paul Riseborough 06ad477847 ekf2: publish vibration metrics 8 years ago
Paul Riseborough 79ec263b1e msg: Change definition for un-used vibration monitoring variable 8 years ago
Paul Riseborough 6a3b147477 ecl: update library reference 8 years ago
David Sidrane a2ad92b2d7 Bugfix: Hard Fault hmc5883 with not params 8 years ago
David Sidrane bdfb2bbb8d Fixed hardfault on fast proc 8 years ago
Siddharth Bharat Purohit b75ff417ea fmu: fix typo introduced in 78b0d1a which adds PWM1 mode 8 years ago
Carlo Wood 6fc30c76a6 Clean up of app.h 8 years ago
Daniel Agar c200ef88ed travis-ci, circleci update to GCC 4.9 and 5.4 8 years ago
Julian Oes d57e9f13d7 px_uploader.py: catch exception in except block 8 years ago
Julian Oes d1822699a9 px_uploader.py: remove unused variable 8 years ago
Julian Oes a14c565ab1 px_uploader.py: trailing whitespace 8 years ago
Julian Oes 78b0d1a01f tap: add landing gear capability 8 years ago
Julian Oes 2fff2ab9ac Add switch for landing gear, pass it to actuators 8 years ago
Beat Küng 10c4ec2e1a update gps submodule 8 years ago
Beat Küng 0002e86b6f jmavsim_run.sh: add additional arguments for HITL 8 years ago
Beat Küng 7ed81e5edb simulator_mavlink: send MAV_CMD_SET_MESSAGE_INTERVAL to enable ground truth 8 years ago
Beat Küng 7415d94e12 mavlink: don't publish HIL_CONTROLS in HIL mode 8 years ago
Daniel Agar 3fda48517d travis-ci git clone depth 1000 8 years ago
Lorenz Meier 7b2898eaee Fix merge collision 8 years ago
Lorenz Meier 3f5f74399e Increased SBUS buffer size for more reliable SBUS and DSM parsing 8 years ago
Lorenz Meier f7f406c45d Expand RC test to 2nd receiver with 12 channels 8 years ago
Lorenz Meier 6f7a5cdf9b Add additional DSM test data 8 years ago
Beat Küng 210b5704a9 px4fmu_common rcS: fix MAVLINK_F test 8 years ago
Beat Küng 3bb479f72e ulog mavlink: use the px4_sem calls (needed for OSX) 8 years ago
Beat Küng 7c40c8dfd9 update mavlink submodules 8 years ago
Beat Küng 9272aa592a logwriter: fix shadowing compiler warnings 8 years ago
Beat Küng b2d45732c2 system_params: add missing crazyflie to the param description 8 years ago
Beat Küng 318c970477 mavlink ulog streaming: add rate limiting 8 years ago
Beat Küng 8f5656f033 mavlink ulog: add target sys & component ids (update to changed mavlink message) 8 years ago
Beat Küng 326800e5a8 logger: increase stack size 8 years ago
Beat Küng 8e0d548f51 logger: increase default queue size for mavlink logging to 14 8 years ago
Beat Küng 6999bb3e9a Tools: add mavlink_ulog_streaming.py script to stream ULog via MAVLink to a file 8 years ago
Beat Küng 7d72f31a29 mavlink: integrate MavlinkULog into the main Mavlink task & receiver 8 years ago
Beat Küng 57d85de4d1 mavlink: add MavlinkULog class to receive ulog data from the logger 8 years ago
Beat Küng f29a50df31 logger: add support for mavlink backend in Logger class, handle start/stop 8 years ago
Beat Küng 2dc59efbb6 logger: add mavlink write backend 8 years ago
Beat Küng b7d07d77d6 msg files: add ulog_stream & ulog_stream_ack 8 years ago
Beat Küng b233753e23 logger: don't exit if directory creation failed & mavlink mode enabled 8 years ago
Beat Küng 8ea38bc278 logger: better status output with configured backend mode 8 years ago
Beat Küng 7a60c1296e logger: re-use subscribed topic id's, only set them once on first use 8 years ago