Lorenz Meier
|
b066a79ca6
|
TECS lib: Low-pass height demand to avoid using the motor as a mechanical low-pass filter
|
2015-08-02 16:07:32 +02:00 |
|
Mark Whitehorn
|
c0d2b22d00
|
cosmetic: fix typos in comments
|
2015-08-02 16:07:32 +02:00 |
|
Lorenz Meier
|
e443a3f3be
|
Harmonize FW default gains, increase TECS height rate default gain considerably
|
2015-08-02 16:07:31 +02:00 |
|
Lorenz Meier
|
0d9d5d1fa5
|
TECS: Limit rate demands
|
2015-08-02 16:07:31 +02:00 |
|
Lorenz Meier
|
f3ae231dad
|
TECS: Fix manual climbout
|
2015-08-02 01:23:15 +02:00 |
|
Lorenz Meier
|
3d8c628efa
|
FW pos control: Comment and clean up altitude setpoint handling
|
2015-08-02 00:41:58 +02:00 |
|
Lorenz Meier
|
283bca90d6
|
MAVLink: Remove leftover debug comment
|
2015-08-01 17:32:31 +02:00 |
|
Lorenz Meier
|
a446cb6b2f
|
FMU driver: Disable debug mode
|
2015-08-01 17:15:38 +02:00 |
|
Lorenz Meier
|
3679c25125
|
PX4 FLOW: Silence alarming messages on a normal boot
|
2015-08-01 17:15:25 +02:00 |
|
Lorenz Meier
|
c38c58291e
|
GPS: silence verbose boot messages
|
2015-08-01 17:15:10 +02:00 |
|
Lorenz Meier
|
09f6b88651
|
MAVLink app: Implement switch toggling for simulated RC link
|
2015-08-01 16:12:03 +02:00 |
|
Lorenz Meier
|
79910ce7e0
|
MAVLink app: Add radio based software flow control, default to hardware flow control if available and operational
|
2015-08-01 12:48:11 +02:00 |
|
Lorenz Meier
|
10a6a59498
|
MAVLink app: Make bandwidth scaling depending on the TX error as well
|
2015-07-31 20:06:23 +02:00 |
|
Lorenz Meier
|
32b9354783
|
Accel calibration: Show better error message if cal fails
|
2015-07-31 15:36:13 +02:00 |
|
Lorenz Meier
|
75085dc5d6
|
Condition TECS properly on any altitude control mode
|
2015-07-27 10:16:48 +02:00 |
|
Lorenz Meier
|
09da389558
|
TECS: Add in-air state and trigger filter state resets when not flying to ensure correct filter state initialization
|
2015-07-27 10:10:15 +02:00 |
|
Lorenz Meier
|
e84d97b387
|
Only update TECS filter if auto is enabled. This forces the internal TECS logic to reset between auto runs
|
2015-07-22 22:40:26 +02:00 |
|
Lorenz Meier
|
97e9f44d35
|
TECS: Reset integrator states on first run or when DT is large
|
2015-07-22 22:40:26 +02:00 |
|
Lorenz Meier
|
f94e2c8136
|
FMU driver: Rely on prearmed field to pre-arm
|
2015-07-22 17:16:34 +02:00 |
|
Lorenz Meier
|
fb9dcfc4a1
|
commander: populate prearmed field
|
2015-07-22 17:16:34 +02:00 |
|
Lorenz Meier
|
d94f2aa407
|
MC pos control: Use separate params for manual control
|
2015-07-22 17:12:43 +02:00 |
|
Lorenz Meier
|
033c512fbf
|
Add separate params for manual throttle control
|
2015-07-22 17:12:43 +02:00 |
|
Lorenz Meier
|
615b777348
|
Merge pull request #2579 from PX4/land_detector_robustness
Land detector robustness
|
2015-07-22 12:55:31 +02:00 |
|
Lorenz Meier
|
ffc9668d5b
|
PWM params: Doc fixes
|
2015-07-22 12:24:37 +02:00 |
|
Lorenz Meier
|
a1fd088e8f
|
MAVLink app: Rely on booted state, not on timeout for parameters. This fixes any param timing issues for good.
|
2015-07-22 10:03:45 +02:00 |
|
Lorenz Meier
|
8e4072eff7
|
Merge pull request #2581 from kd0aij/beta
fix description for SENS_BOARD_?_OFF parameters
|
2015-07-20 21:06:10 +02:00 |
|
Mark Whitehorn
|
dd48b950ef
|
fix units metadata for SENS_BOARD_?_OFF parameters
|
2015-07-20 07:55:46 -06:00 |
|
Lorenz Meier
|
0d90cf19dd
|
Mag calibration: Reduce time required to complete calibration significantly
|
2015-07-20 10:45:15 +02:00 |
|
Lorenz Meier
|
6d096401b5
|
Commander: Turn calibration warnings into critical (voice) output
|
2015-07-20 10:44:09 +02:00 |
|
Lorenz Meier
|
006dfbb14f
|
Commander: Speed up airspeed calibration
|
2015-07-20 10:43:12 +02:00 |
|
Lorenz Meier
|
d0d46c9713
|
MAVLink app: Use better default rates
|
2015-07-20 10:16:05 +02:00 |
|
Lorenz Meier
|
0321f416a0
|
Increase allowance for vertical velocity in landed mode
|
2015-07-19 18:33:14 +02:00 |
|
Lorenz Meier
|
9f322a395e
|
Make land detector more robust during initial spool-up
|
2015-07-19 18:30:52 +02:00 |
|
Lorenz Meier
|
06c45aadfb
|
FW attitude control: Increase default integrator gains to compensate common airframe trim issues
|
2015-07-19 16:03:08 +02:00 |
|
Lorenz Meier
|
fb8236e6b9
|
sdlog: Default to require GPS for time stamping
|
2015-07-19 16:00:45 +02:00 |
|
Lorenz Meier
|
116bd9a03e
|
MC pos control: Code style fixes
|
2015-07-18 11:37:12 +02:00 |
|
Lorenz Meier
|
ec21a71b36
|
Commander: increase mag cal timeout
|
2015-07-17 23:41:00 +02:00 |
|
Lorenz Meier
|
d9f0baf4dc
|
GPS driver: Only let the driver publish reports if it really found a GPS receiver
|
2015-07-17 21:19:32 +02:00 |
|
Lorenz Meier
|
d8a54f5018
|
Navigator: fix feedback on success / fail
|
2015-07-17 20:59:39 +02:00 |
|
Lorenz Meier
|
253b8f50ce
|
Load missions correctly after restart. Fixes #2564
|
2015-07-17 20:35:07 +02:00 |
|
Lorenz Meier
|
482641e403
|
MAVLink: Crank onboard attitude rate up to 250 Hz
|
2015-07-13 09:36:14 +02:00 |
|
Lorenz Meier
|
614c397762
|
MPU6K self-test: Be more forgiving on offset values
|
2015-07-11 22:08:36 +02:00 |
|
Lorenz Meier
|
fc5b8ee12d
|
Commander: Use new params for home set thresholds
|
2015-07-10 09:50:56 +02:00 |
|
Lorenz Meier
|
4465c029f5
|
commander: Add new params for home initialization.
|
2015-07-10 09:50:36 +02:00 |
|
Lorenz Meier
|
87b801034f
|
IO firmware: Fix condition for output enable to also allow no throttle arming to enable outputs
|
2015-07-07 09:50:44 +02:00 |
|
Lorenz Meier
|
7b14a0258e
|
pwm limit: Fix author list
|
2015-07-07 09:50:07 +02:00 |
|
Lorenz Meier
|
eecddbcab9
|
Tests: Reset mixer inputs
|
2015-07-06 12:08:31 +02:00 |
|
Lorenz Meier
|
ef4946f81b
|
PWM limit: Avoid writing back into state struct
|
2015-07-06 12:08:31 +02:00 |
|
Lorenz Meier
|
c9fe205db1
|
Mixer test: Add routine to test pre-arming
|
2015-07-06 12:08:31 +02:00 |
|
Lorenz Meier
|
433c9bf42d
|
PWM limit lib: Support pre-arming
|
2015-07-06 12:08:31 +02:00 |
|