Commit Graph

14912 Commits

Author SHA1 Message Date
Lorenz Meier 8154fcdc8a IO driver: Fix code style 2015-11-06 10:24:10 +01:00
Lorenz Meier 1baf103ee7 IO driver: Set mixer ok flag once the mixer load completed 2015-11-06 10:24:10 +01:00
Lorenz Meier 083dbbb71b IO firmware: Do mixer load as block operation 2015-11-06 10:24:10 +01:00
Roman Bapst 85605f72f2 Merge pull request #2814 from PX4/mc_pos_guard
MC position controller: Guard against invalid setpoints
2015-11-06 09:17:05 +01:00
Roman Bapst abf849ef54 Merge pull request #3113 from PX4/vdev_locking2
Lock vdev devmap
2015-11-06 09:04:12 +01:00
Lorenz Meier ca7a7dfd10 Output rotor config as XML attributes 2015-11-05 21:30:10 +01:00
Lorenz Meier 628e5c8649 Mixer: Fix naming inconsistency 2015-11-05 21:29:44 +01:00
Lorenz Meier 9b1fefb8d0 Remove unused build file 2015-11-05 21:29:17 +01:00
Lorenz Meier 87269c0fab Update autostart docs 2015-11-05 21:29:00 +01:00
Lorenz Meier 85ad5a622a MAVLink: Send USB telem status 2015-11-04 18:23:30 +01:00
Lorenz Meier 0fe2bb5886 Commander: Read USB status 2015-11-04 18:23:19 +01:00
Lorenz Meier 2727333b3d Telem status: Add USB type 2015-11-04 18:23:09 +01:00
Lorenz Meier 7be83bd46e Auto-upload config files 2015-11-04 13:15:26 +01:00
Lorenz Meier 50c6be5d25 SDLOG2: Comment lied 2015-11-04 11:09:09 +01:00
Lorenz Meier ad4d841b8a Mixer command: Clean up output 2015-11-04 10:46:29 +01:00
Lorenz Meier f776c57fb2 INAV: Clean up output 2015-11-04 10:46:18 +01:00
Lorenz Meier f4741f8bf1 EKF: Fix output 2015-11-04 10:46:03 +01:00
Lorenz Meier 4076383c49 Commander: Fix PX4_INFO call 2015-11-03 22:53:03 +01:00
Lorenz Meier 9647f0622c MAVLink: Comment lied 2015-11-03 09:11:12 +01:00
Lorenz Meier c934286f6c MAVLink app: Do not try to fill the complete buffer, just try to get a complete message 2015-11-03 09:11:12 +01:00
Lorenz Meier 8a6e9d17ba MAVLink: Do a better job at receive rate limiting 2015-11-03 09:11:12 +01:00
Lorenz Meier c20e7f8424 Commander: Provide console output on autosave 2015-11-03 08:57:30 +01:00
Lorenz Meier 484bd3bd89 Let commander be less verbose 2015-11-02 18:48:53 +01:00
Lorenz Meier 1205665b24 Merge pull request #3115 from PX4/pos_hold_fix
fix position hold logic
2015-11-02 16:39:30 +01:00
tumbili a567b9956f fix position hold logic 2015-11-02 16:11:24 +01:00
Lorenz Meier 7f242d7170 Update jMAVSim 2015-11-02 13:42:20 +01:00
Lorenz Meier 013e346612 Commander: Fix Geofence action access 2015-11-02 11:51:50 +01:00
Lorenz Meier 06987c6244 Lock vdev devmap 2015-11-02 11:06:29 +01:00
Lorenz Meier c0a6635400 Lock VDEV table to prevent concurrent access 2015-11-02 10:51:53 +01:00
Lorenz Meier fa78e8523e EKF: Fix time handling 2015-11-01 18:26:30 +01:00
Lorenz Meier 3edf532e90 MAVLink receiver: Fix HIL handling 2015-11-01 18:26:30 +01:00
Lorenz Meier 42523be0eb EKF: Allow more delta velocity deviation before resetting 2015-11-01 18:26:30 +01:00
Lorenz Meier eeecf01628 Fixed wing controller: Call state reset on flight mode change. 2015-11-01 18:26:30 +01:00
Lorenz Meier 5050da0ba0 TECS: Add function to reset system 2015-11-01 18:26:30 +01:00
Lorenz Meier 40278f9f96 Merge pull request #3106 from PX4/mc_pos_control
do not set position setpoint too early
2015-11-01 10:35:15 +01:00
Roman 601da2818b do not set position setpoint too early 2015-11-01 10:13:55 +01:00
Lorenz Meier 35d8e0bc55 Raise frame size 2015-10-31 20:32:58 +01:00
Lorenz Meier 85fcfed083 Add missing yaw entries 2015-10-31 20:17:13 +01:00
Lorenz Meier 5394c661c7 Navigator: Fix RTL to return in a straight line 2015-10-31 19:04:12 +01:00
Roman Bapst e7ce15ccd5 Merge pull request #3063 from PX4/home_on_takeoff
Home on takeoff
2015-10-31 10:42:51 +01:00
Lorenz Meier fe4c67a781 Fixed MAVLink mission transmission 2015-10-30 18:42:10 +01:00
Lorenz Meier 90798a7cb6 Revert "Do not check component ID for mission handling partner"
This reverts commit e0e7a2414e.
2015-10-30 18:42:10 +01:00
Roman Bapst 2cf9294c68 Merge pull request #3053 from PX4/usb_enforce
Commander: prevent the user from arming the system with USB
2015-10-30 17:51:41 +01:00
Roman Bapst 3898bf6169 Merge pull request #3101 from PX4/mode_preflight_check
run preflight checks after mode switch has changed
2015-10-30 17:31:07 +01:00
Lorenz Meier e0e7a2414e Do not check component ID for mission handling partner 2015-10-30 16:59:37 +01:00
Lorenz Meier 3d13e771a8 Support runs without simulation 2015-10-30 16:33:19 +01:00
tumbili 4e87ac6014 run preflight checks after mode switch has changed 2015-10-30 16:29:28 +01:00
Lorenz Meier c912be70d1 Update approach to obtain the head git hash 2015-10-30 16:25:08 +01:00
Lorenz Meier f042c077b2 Fix compile fail for GIT version 2015-10-30 16:01:21 +01:00
Lorenz Meier b622080a65 Switch GIT command for revision hash 2015-10-30 15:40:41 +01:00