Stefan
41abe9221e
Update main.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
d5c6fde5bc
Update px4_posix.h
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
70e7f1bec6
Update px4_spi.h
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
07973bf87a
Update px4_nodehandle.h
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
c341f94e5d
Update gimbal_params.c
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
b97b3c68cb
Update mtk.h
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
c42b0e7201
Update camera_trigger.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
4ab4f1edc7
Update pwm_input.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
abf03c1c9d
Update hott_sensors.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
54677cd223
Update messages.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
1d1ad3e9ed
Update messages.h
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
86ca7d8cfc
Update drv_hrt.c
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
5c1b84f16a
Update ms5611_i2c.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
8701e0ba78
Update test_mathlib.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
b274a3f6d1
Update test_eigen.cpp
...
spelling mistakes
2016-01-11 08:37:43 +01:00
Stefan
9d7b3bbff1
update ublox Protocol Specification links
...
update ublox Protocol Specification links
2016-01-11 08:37:43 +01:00
Andreas Antener
7e7b21cbdc
use raw parameter floats if mission item is a mission command
2016-01-11 08:19:00 +01:00
Andreas Antener
b0333e3e95
allow transition commands in auto mode
2016-01-11 08:19:00 +01:00
Lorenz Meier
77782bd254
Navigator: Support transition command and digicam command in missions
2016-01-11 08:19:00 +01:00
Roman Bapst
2207986a1e
Merge pull request #3485 from PX4/ekf2_blockparam
...
Ekf2 blockparam
2016-01-11 07:30:20 +01:00
Lorenz Meier
ecc53488dd
Commander: Allow commandline takeoff if already armed
2016-01-11 00:40:40 +01:00
Lorenz Meier
4d36cb848f
Fix excessive DriverFramework log level
2016-01-11 00:38:05 +01:00
Lorenz Meier
a355bdeea3
Fix MAVLink radio status flow control
2016-01-10 23:24:33 +01:00
Roman
88b2c6c78d
blockparam: added support for external parameter copy
2016-01-10 21:25:17 +01:00
Roman
0510d2cb56
fixed code style
2016-01-10 21:14:58 +01:00
Roman
8a9b27f8f3
ecl ekf: added parameter interface
2016-01-10 21:14:58 +01:00
Roman
fe07079367
added parameter interface to ekf2
2016-01-10 21:14:58 +01:00
Lorenz Meier
b22c05a19d
Update DriverFramework and make mutex optional
2016-01-10 20:54:26 +01:00
Lorenz Meier
9674c611b3
Updated DriverFramework, fixes NuttX build
2016-01-10 20:54:26 +01:00
Mark Charlebois
a8c49809fa
Fixes for other qurt builds to use QURT_BUNDLE
...
Signed-off-by: Mark Charlebois <charlebm@gmail.com >
2016-01-10 20:54:26 +01:00
Mark Charlebois
f22c574b87
Integrated cmake_hexagon for qurt build
...
Still a WIP since the IDL file needs to be replace with the
muorb IDL file.
Signed-off-by: Mark Charlebois <charlebm@gmail.com >
2016-01-10 20:54:26 +01:00
Lorenz Meier
1cdb2d3209
PWM command: Ensure we have enough stack
2016-01-10 16:11:30 +01:00
Lorenz Meier
83339a2de0
Remove unmaintained fixed wing controller
2016-01-10 13:57:00 +01:00
Lorenz Meier
41f36aa99f
Enable debug key/value stream by default
2016-01-09 16:59:37 +01:00
Mark Charlebois
c17466ffee
Added fix for missing declaration of get_commands for qurt
...
Signed-off-by: Mark Charlebois <charlebm@gmail.com >
2016-01-09 01:54:00 +01:00
Mark Charlebois
e12e029659
Updated dspal version
...
Added dspal_math.h
Signed-off-by: Mark Charlebois <charlebm@gmail.com >
2016-01-09 01:53:52 +01:00
Lorenz Meier
0adb6d0104
Fix QuRT formatting
2016-01-09 01:42:30 +01:00
Mark Charlebois
5bc2019fd5
Fixes for qurt build
...
Added missing functions that were added for other targets but not for qurt.
Added workaround for missing sem_timedwait(). This may have a performance
impact until a sem_timedwait is supported.
std::to_string is not supported by the hexagon compiler
Signed-off-by: Mark Charlebois <charlebm@gmail.com >
2016-01-08 08:49:36 +01:00
Mark Whitehorn
bf1a510611
init sbus uart in full duplex mode
2016-01-08 08:00:21 +01:00
Roman
2b04f5acb9
updated ecl ekf2
2016-01-08 07:07:45 +01:00
Lorenz Meier
4907bf3374
Sim: Keep MAVLink parse status persistent, because that is the frickin state machine
2016-01-07 23:19:20 +01:00
Lorenz Meier
24116b2672
Only try to disable HW flow control when not being UDP
2016-01-07 23:19:00 +01:00
Julian Oes
72dc4d3290
simulator: fix mavlink parsing of sim+RC stream
...
The mavlink stream from the simulator and the mavlink stream over serial
(used for RC input) both had the same MAVLINK_COMM channel and were
therefore sharing an internal buffer in mavlink_parse_char. This meant
that most (low rate) serial messages were getting swallowed by the high
rate simulator stream.
This change fixes the issue where RC input was not properly arriving in
Gazebo, however it breaks the `commander takeoff` command in SITL which
needs to be investigated.
2016-01-07 23:08:32 +01:00
Andreas Antener
4b9a793c8f
properly handle takeoff waypoint when not currently at takeoff location
2016-01-07 22:24:32 +01:00
Lorenz Meier
20c8c6a2fa
Fix VDev formatting
2016-01-07 22:24:10 +01:00
Lorenz Meier
857701daa1
Merge pull request #3441 from kd0aij/fmu_pwm_limit
...
Fmu pwm limit
2016-01-06 10:02:43 +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
Andreas Antener
99f4487cc3
allow yawing with 0 throttle, changed condition to not being landed
2016-01-06 08:33:51 +01:00
Lorenz Meier
cb52a7eeec
Raise number of max FDs for VDev
2016-01-05 22:53:27 +01:00
Lorenz Meier
2ce3ef1caa
VTOL: initialize fds struct
2016-01-05 22:11:06 +01:00