Lorenz Meier
7f9739ed57
Merge pull request #1403 from PX4/sdlog2_relief
...
Made some space for FDs - needs proper fix, but serves well as short-term solution
2014-10-24 12:20:16 +02:00
Lorenz Meier
33dcb687e8
Made some space for FDs - needs proper fix, but will give hackers some relief
2014-10-24 08:53:10 +02:00
Lorenz Meier
ff1184c517
Merge pull request #1401 from PX4/commander_format
...
Formatting commander.cpp to simplify later rework by ensuring formatting...
2014-10-23 16:35:23 +02:00
Lorenz Meier
f3cda18396
Formatting commander.cpp to simplify later rework by ensuring formatting match. NO CODE CHANGES
2014-10-23 16:17:20 +02:00
Thomas Gubler
9b704f27fc
Merge pull request #1400 from sjwilks/discovery_config
...
Add a min PWM output so motors idle on arming.
2014-10-23 14:45:32 +02:00
Simon Wilks
99f839b038
Add a min PWM output so motors idle on arming.
2014-10-23 10:57:31 +02:00
Lorenz Meier
4656db01c2
Enable IO safety parameter
2014-10-22 17:59:53 +02:00
Lorenz Meier
95789742c9
Merge pull request #1390 from PX4/flaps
...
Enable flaps in manual override
2014-10-22 16:25:56 +02:00
philipoe
4afa864583
commander: Added duration of rc-loss to mavlink_log_critical message
2014-10-20 16:43:11 +02:00
philipoe
5c77fc0012
commander: Added time of RC-loss/gain to the mavlink_log_critical message to better inform the user
2014-10-20 16:42:53 +02:00
Lorenz Meier
74b401c828
Merge branch 'master' of github.com:PX4/Firmware
2014-10-20 15:22:44 +02:00
Lorenz Meier
3f4516810b
Improved EKF check feedback
2014-10-20 15:22:33 +02:00
Lorenz Meier
1ccb56de92
Better error feedback
2014-10-20 15:21:53 +02:00
Andrew Tridgell
c6ada17f68
ll40ls: support either internal or external I2C bus
2014-10-20 07:11:26 +11:00
Andrew Tridgell
99bfbb6dc3
ll40ls: add last distance in "ll40ls info" output
2014-10-20 07:11:24 +11:00
sjwilks
111a8745b3
Merge pull request #1392 from PX4/textlog
...
System feedback message logging
2014-10-17 11:06:50 +02:00
Lorenz Meier
a1ea16f794
Log text messages only in first instance
2014-10-17 09:39:50 +02:00
Lorenz Meier
f500ad4699
Log messages sent via MAVLink
2014-10-17 09:38:04 +02:00
Lorenz Meier
5bc2b34e48
Reset performance counters on arming to allow better resolution during flight
2014-10-17 09:37:21 +02:00
Lorenz Meier
f490331632
Enable flaps, avoid mode switch position
2014-10-16 22:57:27 +02:00
Anton Babushkin
2c023c5d01
mavlink: use altitude AMSL in VFR message
2014-10-16 22:52:08 +02:00
Lorenz Meier
17a1c986c2
Merge branch 'master' of github.com:PX4/Firmware
2014-10-16 15:53:01 +02:00
Lorenz Meier
0d917576d4
Enable flaps in manual override
2014-10-15 22:19:06 +02:00
Lorenz Meier
3eb68bc660
Merge pull request #1386 from PX4/esc_status_feedback
...
ESC status feedback
2014-10-15 16:39:49 +02:00
Pavel Kirienko
7fd3bd9af8
esc_status layout optimization
2014-10-15 14:01:17 +04:00
Pavel Kirienko
f9856c6228
ESC status - supporting negative RPM
2014-10-15 13:48:55 +04:00
Lorenz Meier
c02d75f708
Merge pull request #1388 from JamesHarrison/master
...
Fix px_romfs_pruner.py to skip .data files
2014-10-14 23:46:12 +02:00
James Harrison
6ec338c23f
Fix px_romfs_pruner.py to skip .data files
...
The .data extension was missing but used in some places; this would cause the pruner to fail with a UnicodeDecodeError.
2014-10-14 22:18:51 +01:00
Pavel Kirienko
ecd144b8b4
Publishing esc_setpoint_raw from the UAVCAN driver
2014-10-13 17:07:14 +04:00
Pavel Kirienko
1bf4270e3e
Update ORB topic 'esc_status'
2014-10-13 17:01:34 +04:00
Lorenz Meier
fd983ed8e6
Merge pull request #1384 from dyeldandi/issue_1382
...
Fixed issue #1382
2014-10-13 13:03:42 +02:00
Lorenz Meier
87cef55005
Merge pull request #1387 from DonLakeFlyer/DX8Binding
...
Fix 8+ channel binding
2014-10-12 22:37:53 +02:00
Don Gagne
db0b892c23
Fix 8+ channel binding
2014-10-12 11:38:34 -07:00
Pavel Kirienko
e5a77a638a
ESC status feedback
2014-10-12 20:56:45 +04:00
Pavel Kirienko
ced75deebe
ESC scaling fix
2014-10-12 15:34:28 +04:00
Pavel Kirienko
835bab9115
UAVCAN update
2014-10-12 15:20:22 +04:00
Lorenz Meier
b7b4804791
GEO: fix compile warnings
2014-10-11 00:28:48 +02:00
Lorenz Meier
73e9137865
Fix unsigned comparison
2014-10-11 00:28:14 +02:00
Denis Yeldandi
686d3f4c79
Checking if fix status is less or equal to 0 rather than just equal
2014-10-10 18:42:24 +04:00
Denis Yeldandi
fb6a68af70
Fixed issue #1382
...
- Ashtech driver is no longer checking fix status from comparing
coordinates to 0.0;0.0;0.0, instead it's checking fix type in GGA or
checking coordinate exsistance in POS. This removes compiler warning
about float euqality comparison.
- Fixed compiler warning about comparison between signed and unsigned
int
- Fixed compiler warning about class property masking
2014-10-10 17:51:18 +04:00
Lorenz Meier
b925c5270e
Merge pull request #1381 from dyeldandi/ashtech_hi_freq
...
Ashtech GNSS receiver driver
2014-10-09 17:40:53 +02:00
Denis Yeldandi
5bbca77796
Got rid of str_scanDec and scanFloat64.
...
- Replaced str_scanDec and scanFloat64 with strtol and strtod.
- Added __attribute__ ((unused)) to yet unused variables
- Added initialization for a few variables
2014-10-09 14:11:18 +04:00
Lorenz Meier
4bfa30bfd6
FMUv2: Add missing declarations.
2014-10-09 11:14:13 +02:00
Lorenz Meier
c3e25377d7
FMUv1: Add missing declarations.
2014-10-09 11:13:55 +02:00
Lorenz Meier
bc5d1648fe
Aerocore: Add missing declarations
2014-10-09 11:13:34 +02:00
Lorenz Meier
676cb91a1d
Hotfix for PX4IO comms: Raise timeout to 10 ms.
2014-10-09 10:55:48 +02:00
Denis Yeldandi
c4e934c133
Multiple fixes:
...
- Fixed boad - board typo
- Ashtech initialization string is const char* now
- Using standard M_PI constant instead of locally defined one
- Removed float32_t and float64_t in favor of standard float and double
2014-10-09 12:01:09 +04:00
Denis Yeldandi
e37b25fd58
Non-ascii characters cleanup
2014-10-09 11:47:20 +04:00
Denis Yeldandi
d3875eabf2
Removed VTG message parsing
2014-10-09 11:37:22 +04:00
Denis Yeldandi
9f33555f53
More code style fixes
2014-10-09 11:36:04 +04:00