Commit Graph

28679 Commits

Author SHA1 Message Date
Anton Babushkin fb4bcf87ba Merge branch 'master' into mavlink_stack 2014-06-10 15:12:09 +02:00
Lorenz Meier 0031713004 mavlink: Add support for multi uORB sensor interface 2014-06-10 15:10:12 +02:00
Lorenz Meier e3e8bf25be FW att control: Add support for multi uORB topics 2014-06-10 15:09:41 +02:00
Lorenz Meier 699ad1512c EKF estimator: Add support for multi uORB sensor topics 2014-06-10 15:09:16 +02:00
Lorenz Meier becfed9fbd MS5611: Add support for multi uORB devices 2014-06-10 15:08:47 +02:00
Lorenz Meier c35a25e70a L3GD20: Add support for multi uORB topics 2014-06-10 15:08:21 +02:00
Lorenz Meier 795f3693f2 LSM303D: Add support for multi-uORB devices 2014-06-10 15:07:42 +02:00
Lorenz Meier 506f900513 Introduce MPU6K multi-device uORB support 2014-06-10 15:06:05 +02:00
Lorenz Meier dc2df309cb Introduce HMC5883 multi-device support 2014-06-10 15:05:50 +02:00
Lorenz Meier a2ef04146a Introduce enum / define for multiple devices 2014-06-10 15:05:22 +02:00
Lorenz Meier 07fb1e089d Make commander multi-device aware 2014-06-10 15:04:56 +02:00
Lorenz Meier 96accbf96c Make sensors app multi-device aware 2014-06-10 15:04:18 +02:00
Lorenz Meier 578680135e introduce multi device support on uORB 2014-06-10 15:03:58 +02:00
Julian Oes 064a75a3c2 mavlink: put update call back in 2014-06-10 15:02:20 +02:00
Anton Babushkin bf41d11fa4 Merge branch 'master' into dataman_state 2014-06-10 14:33:36 +02:00
Anton Babushkin 3015f2e7af mavlink: retry timeout moved to define 2014-06-10 14:32:37 +02:00
Julian Oes f8b4295cfd Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 2014-06-10 14:32:21 +02:00
Julian Oes 784041e0ab Merge branch 'master' into navigator_rewrite 2014-06-10 14:31:49 +02:00
Julian Oes d5c0933d65 mavlink: report global position setpoint and do this always no just when updated, otherwise the values are not visible in QGC 2014-06-10 14:29:17 +02:00
Julian Oes fab1b4e366 navigator: don't say triplet is valid in ALTCTL 2014-06-10 14:25:23 +02:00
t0ni0 d9b5efb263 Closed additional file descriptor 2014-06-09 19:09:38 -04:00
Andrew Chambers 128389d3b1 Converted style to work with wiki. Cleaned up bad fields. 2014-06-09 16:01:44 -07:00
Anton Babushkin cad0877f67 mavlink: waypoint manager fixes, mission saving on reboot 2014-06-09 16:10:24 +02:00
Anton Babushkin 4ad435b483 dataman: allow writing empty items with nullptr pointer to data 2014-06-09 16:09:03 +02:00
Julian Oes 47b2266b91 Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 2014-06-09 11:40:08 +02:00
Julian Oes d3f182d433 navigator: don't check reached for land waypoints 2014-06-09 11:37:33 +02:00
Julian Oes a9c12bb442 Merge remote-tracking branch 'px4/navigator_rewrite' into navigator_rewrite_estimator 2014-06-09 07:52:32 +02:00
Julian Oes d8f77a2b39 Merge remote-tracking branch 'px4/master' into navigator_rewrite
Conflicts:
	src/modules/position_estimator_inav/position_estimator_inav_main.c
2014-06-09 07:48:50 +02:00
t0ni0 0a86fd0d9f Changed struct name used for local_pos_sp 2014-06-08 15:22:04 -04:00
Jean Cyr a6cf04a6ff Create system state entry in dataman - ATTN Anton
Create persistent system state id for data manager to store system state
that will persist across resets.
2014-06-08 14:08:22 -04:00
px4dev 0ef6605498 Fix packing of directory entries in the List reply 2014-06-08 10:13:55 -07:00
Lorenz Meier a103fef948 Fixed threading and transmission issues for FTP 2014-06-08 18:51:35 +02:00
Lorenz Meier f84e18f27a Formatting and some ftp drive-by 2014-06-08 18:51:17 +02:00
Kynos 07458b284d Gps driver: make enable_sat_info a command line option 2014-06-08 17:54:50 +02:00
Kynos 3538773b99 Initialize rate values
Initialize rate values (else invalid rates wil be displayed during the
first measurement interval).
2014-06-08 16:05:04 +02:00
Kynos 018eeeecad Merged ubx driver part of pull request #1031 2014-06-08 15:56:42 +02:00
Kynos 9f754e0e9a U-blox driver rework, step 3
More sat info isolation
Flush input after changing baudrate to allow driver restart w/o GNSS
module restart
2014-06-08 14:05:35 +02:00
Thomas Gubler 85b2dfa0c6 fix initialization of perfcounters in fw att controllers 2014-06-08 12:30:27 +02:00
px4dev e890661900 Don't queue empty work items. 2014-06-07 14:46:46 -07:00
px4dev 99dfef357b fix extraction of path info from FTP request 2014-06-07 12:54:04 -07:00
Lorenz Meier 2219dd3fc6 Undo hacking 2014-06-07 20:16:41 +02:00
Lorenz Meier 33f98abf80 Fill error report 2014-06-07 20:16:17 +02:00
px4dev 5d7ea2bdab Merge branch 'master' into mavlink-ftp 2014-06-07 10:54:17 -07:00
t0ni0 2a79a9a4e4 Close fds when not needed
File descriptors get closed when not needed by offboard mode
to allow position and attitude controllers to advertise and publish.
2014-06-07 12:31:50 -04:00
Julian Oes 11912e0a5e Merge remote-tracking branch 'px4/mtecs_estimator' into navigator_rewrite_estimator 2014-06-07 17:22:51 +02:00
Julian Oes c88f34b129 Merge branch 'navigator_rewrite' into navigator_rewrite_estimator 2014-06-07 17:19:38 +02:00
Julian Oes 13b6dffb2e navigator: don't reset descend WP in RTL 2014-06-07 17:18:58 +02:00
Lorenz Meier f4075b5623 Switching back to 23 states, fixed mag update logic 2014-06-07 16:06:18 +02:00
Julian Oes e70604ea95 Merge remote-tracking branch 'px4/mtecs_estimator' into navigator_rewrite_estimator
Conflicts:
	src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
2014-06-07 13:15:44 +02:00
Lorenz Meier b9a3fa60bc Add support for 21 and 23 state estimators. Promoto a number of small delta variables to double 2014-06-07 13:03:11 +02:00