Anton Babushkin
3d5f52678f
Use updated map_projection_XXX functions in apps
2014-03-17 22:20:41 +04:00
Don Gagne
783a240396
Function naming and remove unneeded sprintf
2014-03-17 11:01:15 -07:00
Lorenz Meier
37513eaafa
Added variance and state contrain calls. Need still in-flight re-init and sub-component health checks. Also need to report / log these events as they occur with enough data to identify root causes.
2014-03-17 18:44:37 +01:00
Lorenz Meier
c3010e5607
Fixed comment that lied
2014-03-17 18:42:03 +01:00
Lorenz Meier
7a3873cdf2
Merge branch 'adc_fix' into paul_estimator_mavlink2
2014-03-17 17:02:24 +01:00
Lorenz Meier
d940bdf7f6
Consistently making space for a maximum of 12 channels, 10 channels (including reference / temperature) are used / available right now
2014-03-17 17:02:10 +01:00
Lorenz Meier
541e8362cf
Merge branch 'adc_fix' into paul_estimator_mavlink2
2014-03-17 16:55:02 +01:00
Lorenz Meier
fd8cae19bd
ADC channel mapping fix in sensors app
2014-03-17 16:53:30 +01:00
Lorenz Meier
45cc0262eb
Merge branch 'paul_estimator' into paul_estimator_mavlink2
2014-03-17 15:28:21 +01:00
Lorenz Meier
4038d3e04e
Write out yaw into position topics
2014-03-17 15:28:08 +01:00
Lorenz Meier
67298d47c1
Merge branch 'beta_mavlink2' of github.com:PX4/Firmware into mavlink2_hil
2014-03-17 15:09:15 +01:00
Lorenz Meier
44bc5db0e3
Merge branch 'beta_mavlink2' of github.com:PX4/Firmware into paul_estimator_mavlink2
2014-03-17 15:08:18 +01:00
Lorenz Meier
d56566661a
Merge branch 'mavlink2_hil' into paul_estimator_mavlink2
2014-03-17 14:35:28 +01:00
Lorenz Meier
75ad1c4a13
Completely and properly populate battery status message in HIL
2014-03-17 14:35:07 +01:00
Lorenz Meier
199936b1c5
Merged mavlink2_hil into paul_estimator_mavlink2
2014-03-17 13:35:03 +01:00
Lorenz Meier
dbd467fe1f
sensors: Remove effect-less writing of timestamp - was anyway correctly written by gyro update
2014-03-17 13:33:49 +01:00
Lorenz Meier
8cb5a12cc7
Remove now unused hil_counter
2014-03-17 13:33:23 +01:00
Lorenz Meier
ffd0d10320
Fix usage of right time stamps
2014-03-17 13:25:22 +01:00
Lorenz Meier
d2feafaac9
Merged mavlink2_hil
2014-03-17 13:22:06 +01:00
Don Gagne
4b980b508c
arming_state_transition now outputs error messages
...
If mavlink fd is passed in method will output reason for arming failure
to mavlink.
2014-03-16 21:39:06 -07:00
Don Gagne
dec13e7f21
Use single set of arm/disarm code
...
Set mode and arm/disarm commands now call a single method to arm
disarm, thus removing code duplication. Also calls updated
arming_state_transition method such that the arming state logic does
not need to be duplicated outside of arming_state_transition.
2014-03-16 21:38:23 -07:00
Lorenz Meier
2db7d30400
Do not work on USB UARTs
2014-03-16 19:43:09 +01:00
Lorenz Meier
2fe9f65c45
commander: Fixed compile error and some stupidity in usage of path names
2014-03-16 19:16:18 +01:00
Lorenz Meier
6db2191a71
commander: Skip devices we do not want to touch in HIL
2014-03-16 18:50:20 +01:00
Thomas Gubler
4466dbf0b3
add SYS_USE_IO param which allows using standard startup scripts for FMU only mode
2014-03-16 18:47:21 +01:00
Lorenz Meier
c52969639f
Merged upstream mavlink2_hil branch
2014-03-16 18:42:07 +01:00
Lorenz Meier
8383603f76
commander: Linting: Reduce scope of variable
2014-03-16 18:41:03 +01:00
Lorenz Meier
772fce9f82
commander: Improve HIL publication blocking call handling
2014-03-16 18:38:55 +01:00
Anton Babushkin
8818425e58
commander: fixed message formatting when disabling sensors publishing in HIL mode
2014-03-16 18:25:09 +04:00
Anton Babushkin
762e8f5289
mavlink_orb_subscription: minor optimization and comment fix
2014-03-16 17:28:34 +04:00
Anton Babushkin
df5d702bae
mavlink: MavlinkOrbSubscription.update() result fixed
2014-03-16 17:10:56 +04:00
Lorenz Meier
7a4efc81b9
Merge branch 'beta_mavlink2' of github.com:PX4/Firmware into mavlink2_hil
2014-03-16 13:50:50 +01:00
Lorenz Meier
3874bca208
mavlink: Only send messages when we have updates for them.
2014-03-16 13:48:33 +01:00
Lorenz Meier
717e1bd374
Removed stupid sensor counter, replaced it with much more useful timestamps
2014-03-16 13:47:26 +01:00
Lorenz Meier
ed197b5b59
Merged beta_mavlink2 / master
2014-03-16 12:12:28 +01:00
Anton Babushkin
82389e9702
Merge branch 'beta_mavlink2' into mavlink2_hil
2014-03-16 11:08:54 +04:00
Thomas Gubler
3074bced56
fix comment for FW_LND_RFRALT
2014-03-15 16:59:20 +01:00
Thomas Gubler
5894d72aa8
fw landing: do not use relative altitudes in TECS
2014-03-15 16:39:18 +01:00
Thomas Gubler
37d2cff83d
set range finder to disabled as default
2014-03-15 16:03:26 +01:00
Thomas Gubler
be349b989a
sensors: use filtered diff pressure to calculate airspeed
2014-03-15 13:24:17 +01:00
Thomas Gubler
d2a74dff67
fix logging of filtered diff pressure signal
2014-03-15 13:11:46 +01:00
Thomas Gubler
07cff8e0bd
Merge remote-tracking branch 'upstream/master' into diff_press_filter
...
Conflicts:
src/modules/sdlog2/sdlog2.c
2014-03-15 12:28:29 +01:00
Thomas Gubler
3317259e79
integrate range finder into fw landing
2014-03-15 12:02:14 +01:00
Anton Babushkin
955bd402d2
Merge branch 'master' into beta_mavlink2
2014-03-15 09:47:02 +04:00
Lorenz Meier
3d766575cd
Merge pull request #738 from PX4/beta_mavlink2_stream
...
mavlink stream: do not use getopt as it leads to problems with the global optarg variable
2014-03-14 18:10:27 +01:00
Thomas Gubler
6b79f53338
mavlink stream: do not use getopt as it leads to problems with the global optarg variable
2014-03-14 14:42:35 +01:00
Thomas Gubler
0784ef9189
add low pass filter to meas airspeed driver including logging of filtered value
2014-03-14 01:13:22 +01:00
Thomas Gubler
b6ea38b91a
sensors app: add timestamp in airspeed message
2014-03-13 13:32:24 +01:00
Lorenz Meier
b9e8690c61
Merge pull request #703 from PX4/act_group_hotfix
...
Actuator group hotfix
2014-03-12 21:56:07 +01:00
Lorenz Meier
82e2619f1f
Merge pull request #721 from PX4/laser_rangefinder
...
Laser rangefinder
2014-03-12 21:54:34 +01:00