Lorenz Meier
41f36aa99f
Enable debug key/value stream by default
2016-01-09 16:59:37 +01:00
Lorenz Meier
24116b2672
Only try to disable HW flow control when not being UDP
2016-01-07 23:19:00 +01:00
Lorenz Meier
268990f216
Merge pull request #3433 from PX4/posix_uart
...
MAVLink app: Enable network and serial on POSIX
2016-01-06 09:27:18 +01:00
dogmaphobic
bd6e4b9d9d
Merge remote-tracking branch 'PX4/master' into logHandler
...
* PX4/master: (45 commits)
don't use default source address for onboard udp link, wait on remote
Configure Easystar HIL setup to do Runway takeoff
ROMFS: Set 3DR quad tuning to more realistic default values
Fix incomplete boot on new EKF config
Fix px4fmu-v2_ekf2 config
Updated MAVLink protocol version
MAVLink: Start slightly differently on USB
Start shell only if SD card not present
Update ECL
NuttX configs: added px4fmu-v2_ekf2 target for EKF2 development on Pixhawk
Get QuRT drivers out of the way, as we are using our own
Fix POSIX eagle config
Remove unmaintained NuttX config
VDev: fix code style
Add new posix_eagle_default and qurt_eagle_default targets
Fix QuRT build error
Fix FMUv4 USB PID
Speed up Vagrant
VTOL: Fix motor index use in VT_FW_MOT_OFF. Create new param to re-default all deployed vehicles to not shut down motors.
VTOL: Fix MOT_OFF bug
...
2016-01-05 01:03:11 -05:00
dogmaphobic
c0773c0157
Handling missing data requests without clearing session.
...
Letting stream handle all transfers.
Tested and fully working with new QGC PR.
2016-01-05 01:00:48 -05:00
Andreas Antener
11ed5169cc
don't use default source address for onboard udp link, wait on remote
2016-01-04 23:58:05 +01:00
Lorenz Meier
5227dbe26a
MAVLink: Send RC_CHANNELS_OVERRIDE
2016-01-04 12:35:23 +01:00
Lorenz Meier
c343926b51
MAVLink app: Enable network and serial on POSIX
2016-01-04 12:25:35 +01:00
Lorenz Meier
a8a9c9b8ec
MAVLink: Start slightly differently on USB
2016-01-03 15:28:04 +01:00
Andreas Antener
d39e313768
use the proper check to prevent multiple mavlink instances on the same udp port, added warning when different remote than localhost connects to udp
2015-12-31 11:50:52 +01:00
Lorenz Meier
eff94677a4
MAVLink: Only broadcast heartbeat on local network if not in onboard mode
2015-12-30 17:26:09 +01:00
dogmaphobic
b4e69ccd4b
One day I will get this right.
...
I had not tested the build under POSIX
2015-12-28 17:02:32 -05:00
dogmaphobic
1869b6ff97
Fix build error.
2015-12-28 16:05:16 -05:00
dogmaphobic
76cb67ae35
Add mavlink log messages handler
2015-12-28 15:00:02 -05:00
Andreas Antener
e8e81650dc
implemented command ACK
2015-12-28 15:21:50 +01:00
Lorenz Meier
6a567cd911
Fix MAVLink compile error
2015-12-21 14:43:09 +01:00
Lorenz Meier
43aa6f64d9
MAVLink: Use correct multi-instance syntax
2015-12-21 14:18:38 +01:00
Lorenz Meier
5d9048280f
Fix code style
2015-12-21 14:15:24 +01:00
Lorenz Meier
2041e3f3bc
Handle unsupported commands gracefully in terms of their numerical range. Introduce an error code for out-of-range commands.
2015-12-21 09:19:39 +01:00
Lorenz Meier
948d9ee71e
Report acceleration
2015-12-18 15:55:16 +00:00
Lorenz Meier
9714af3a8b
Fix usage of PWM defines in mavlink app
2015-12-16 16:38:15 +00:00
Daniel Agar
c0070a19a8
VFR_HUD should be indicated airspeed
2015-12-11 10:01:44 +01:00
edkoch
0a56ba8873
Added new telemetry stream to display vision pose updates
2015-12-09 20:34:43 +01:00
Lorenz Meier
4a1dd4f047
Merge pull request #3234 from UAVenture/altitude_message
...
WIP: Altitude message
2015-12-06 14:10:31 +01:00
Andreas Antener
08a1797eec
changed isnan checks and cmake compiler condition for apple machines
2015-12-03 15:39:41 +01:00
Lorenz Meier
c4ed598dff
MAVLink app: Do not decode buttons when they are not true mode switches
2015-12-02 23:00:53 +01:00
Nate Weibley
4e4f780ecc
Add support for switching to auto modes via SET_MODE
2015-12-02 13:38:44 +01:00
Lorenz Meier
5f9da470bb
Do not redefine GNU source in modules
2015-12-01 13:49:55 +01:00
Lorenz Meier
895747825c
MAVLink app: Include task header
2015-12-01 13:10:57 +01:00
Lorenz Meier
f0a4979da6
Merged master into driver_framework
2015-12-01 12:34:02 +01:00
Lorenz Meier
05d5292641
MAVLink receiver: Set thread name
2015-12-01 11:56:49 +01:00
Lorenz Meier
d07c69d329
MAVLink: Output RC inputs faster
2015-11-28 11:16:21 +01:00
Erik de Castro Lopo
fb4bf7c59c
MAVLink: Fix call to orb_advertise_multi
...
Previously, pointer to an uninitialized int was being passed as the
instance pointer. Now we pass a NULL pointer instead and the code
being called will use the default instance value of zero.
2015-11-27 17:51:12 +11:00
Erik de Castro Lopo
6c2c2b19a7
MAVLink: Only update rx count on successful read
2015-11-27 17:51:12 +11:00
Daniel Agar
56a6809486
HIL calculate TAS from IAS
2015-11-24 18:05:42 -05:00
Andreas Antener
2ceaab138f
added timestamp for altitude message
2015-11-24 14:04:33 +01:00
Andreas Antener
11d9e3a325
also adding message to usb config
2015-11-24 14:03:54 +01:00
Andreas Antener
f5a844d4aa
added field for pressure altitude to global position
2015-11-24 14:03:54 +01:00
Andreas Antener
d9c332353a
added altitude stream to configs
2015-11-24 14:03:54 +01:00
Andreas Antener
8ddc7a27c7
implemented altitude message draft
2015-11-24 14:03:54 +01:00
Mark Charlebois
36208255bd
Address Sanitizer found delete vs delete[] issue
...
mavlink_main.cpp used new char[n] and delete vs delete[].
Signed-off-by: Mark Charlebois <charlebm@gmail.com >
2015-11-23 23:23:02 -08:00
Lorenz Meier
ff77884c2c
MAVLink app: Zero-initialize whole struct
2015-11-22 14:00:01 +01:00
Lorenz Meier
7579d7e901
Report takeoff state correctly
2015-11-21 22:39:38 +01:00
ChristophTobler
dfdf7dce4d
new mode for fake gps
2015-11-17 16:38:11 +01:00
Lorenz Meier
54fff33e8f
MAVLink app: Move param file to generated version
2015-11-07 09:53:20 +01:00
Lorenz Meier
85ad5a622a
MAVLink: Send USB telem status
2015-11-04 18:23:30 +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
3edf532e90
MAVLink receiver: Fix HIL handling
2015-11-01 18:26:30 +01:00