Commit Graph

6806 Commits

Author SHA1 Message Date
James Goppert e33fd3d815 Added controllib statistics block. 2016-03-08 03:33:42 -05:00
Robert Dickenson 198a85a72e Undo a local change to quiet some debug noise when running on an XRacer rev7 board 2016-03-08 09:29:17 +01:00
Robert Dickenson 2f69afb738 Temporarily quiet a noisy timeout warning on pixracer board. 2016-03-08 09:29:17 +01:00
Kabir Mohammed 309212b52b px4flow : rotate gyro readings as well 2016-03-08 08:52:08 +01:00
sander f33c5a0e7f Initialize abort_transition bool 2016-03-08 08:46:48 +01:00
Roman a62046625b mc_pos_control: only reset position setpoint if we are not in rotary wing mode 2016-03-07 21:14:41 +01:00
Lorenz Meier 17b86d97e2 System lib format fixes 2016-03-06 18:05:45 +01:00
Julian Oes 1cebfde840 gps: make the driver compile and run on QURT 2016-03-06 18:02:50 +01:00
Lorenz Meier 2e63cfbcfc Do not check for RC map 2016-03-06 17:55:45 +01:00
Lorenz Meier 98e65a2c3a Do not check mode switch for now 2016-03-06 17:54:11 +01:00
Lorenz Meier 9e7837fc31 Update sensor meta data 2016-03-06 16:28:42 +01:00
Lorenz Meier 8a91ce65e8 Ensure RC switches get evaluated on first run 2016-03-06 14:56:25 +01:00
Lorenz Meier b338ba439c Sensors: Update param meta data 2016-03-06 14:27:05 +01:00
Lorenz Meier b766213b20 Format fix for sensors 2016-03-06 12:57:39 +01:00
Lorenz Meier 82a390c125 Commander: Better user feedback for kill switch 2016-03-06 12:48:28 +01:00
Lorenz Meier 351ab38179 Fix additional switch eval 2016-03-06 12:48:14 +01:00
Lorenz Meier 74694e3c77 Commander: Support fallback strategies for rejected control modes 2016-03-06 12:34:31 +01:00
Lorenz Meier 2e5a41e8c9 Sensors: Use correct ranges for mode slots 2016-03-06 12:34:07 +01:00
Lorenz Meier ffd24e8cf0 Commander: Support single channeel flight mode selection 2016-03-05 20:41:02 +01:00
Lorenz Meier 1c21a63101 Sensors: Support single channel flight mode selection 2016-03-05 20:41:02 +01:00
sander d832e325c1 Remove debug output 2016-03-05 18:05:19 +01:00
sander 00c9c7fdff VTOL Front transition minimum time 2016-03-05 18:05:19 +01:00
tumbili 2d2b0a2d43 mc pos: in auto mode reset the position to current position. Velocity controller ensures continuous attitude setpoint 2016-03-04 08:45:13 +01:00
tumbili 9297a02ac2 move code which clears the pos and alt hold flags to the correct place.
this should fix the problem of the jump in the altitude setpoint when
switching into altitude hold mode.
2016-03-04 08:45:13 +01:00
tumbili 989a4a0984 mc pos control:
-when switching into vel control mode (xy) choose vel sp such that attitude
setpoint is continuous
2016-03-04 08:45:13 +01:00
Daniel Agar 6bb3d5f47b fw_pos_control only use const position_setpoint_triplet within control_position() 2016-03-03 10:15:40 +01:00
Daniel Agar 2eea0af843 navigator only accept waypoints if !landed 2016-03-03 10:15:35 +01:00
Daniel Agar 0cbb2c7f23 FW ALTCTL/POSCTL remove 0 throttle threshold when not landed 2016-03-03 10:14:19 +01:00
Daniel Agar d1e096abc7 more consistent naming for LND params 2016-03-03 10:13:40 +01:00
Lorenz Meier f34f5c4f5a Mag: Shift output argument 2016-03-02 02:37:23 +01:00
Lorenz Meier 4185d0ae41 Better error reporting on mag failure 2016-03-02 02:12:48 +01:00
Lorenz Meier 984f07d8c4 Commander: Relax mag offset to maximum 2016-03-02 02:03:12 +01:00
Roman 68e45057a0 sdlog: compute logging rate correctly 2016-03-01 21:35:36 +01:00
Mark Whitehorn 1551898f5a fix typo in comment 2016-03-01 09:21:58 +01:00
Lorenz Meier 7adaccfe67 Higher default gains for multicopter position control 2016-02-29 15:17:12 +01:00
tumbili b88a8baa76 log replay topic correctly 2016-02-29 10:27:05 +01:00
tumbili aa130b1b03 added missing parenthesis to fix logging 2016-02-29 09:51:36 +01:00
Lorenz Meier 3001d08df6 Commander params for single switch flight mode selection 2016-02-28 20:50:47 +01:00
Lorenz Meier 3af73e4022 More commander meta data 2016-02-28 19:53:23 +01:00
Lorenz Meier d6f7ced274 Commander: Add param meta data 2016-02-28 19:48:43 +01:00
Lorenz Meier e3853ed4e5 MC att control: Support increment meta data 2016-02-28 19:42:34 +01:00
Lorenz Meier 8f46c07249 Sim: Do not drain the battery all the way to zero yet 2016-02-28 17:17:59 +01:00
Lorenz Meier ef07fdf9c7 Fix camera trigger logging ID 2016-02-28 11:19:23 +01:00
Lorenz Meier 509be82081 Navigator: Show feedback on pause / continue command 2016-02-28 11:17:27 +01:00
Lorenz Meier 3fa3158ca2 sdlog2: Ensure sensor combined gets written 2016-02-27 14:58:53 +01:00
Lorenz Meier df4d63dd07 SDLOG2: Always copy the topic, even if not using it right away 2016-02-27 14:52:05 +01:00
Lorenz Meier 473eea154f MC position control: Hold position more aggressively 2016-02-27 12:12:26 +01:00
Roman bdf373c897 final cleanup 2016-02-27 11:51:05 +01:00
tumbili 3ab6fe7edd do not allocate unnecessary memory in logging app 2016-02-27 11:51:05 +01:00
tumbili 36e3600809 take into account laneded and armed flag for ekf2 replay 2016-02-27 11:51:05 +01:00