tumbili
0fe272c9b3
support simulated airspeed
10 years ago
tumbili
b2bef75bb4
start simulated airspeed sensor driver for fixed wing SITL
10 years ago
Mark Charlebois
bb281f03f3
Added DSPAL as a git submodule of PX4
...
The DSPAL headers are required to build for qurt. When we move to
a cmake build system, the DSPAL headers can be conditionally included.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
54bae34a2c
Build fixes for qurt after rebase on PX4 master
...
Removed the re-definitions of the usage method in the posix/main.cpp file.
Added qurt_external_hook interface to call externally linked module.
Fixed code format to comply with PX4 style.
Added usage information to main app and handled cases for unknown arguments.
Fixed the orb_priority interface to use int32_t instead of int.
Fixes to get hil working with led changes.
Added the config_eagle_adsp.mk file and update the make files to to use new
include/lib paths
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
348484fac3
POSIX: Start commander after sensors
10 years ago
Lorenz Meier
86d1e38f7a
MAVLink: Improve switch handling
10 years ago
Lorenz Meier
be92c1189b
Fix handling of RC mode selection
10 years ago
Lorenz Meier
f63dd12952
Fix MAVLink MANUAL_CONTROL simulation mode handling
10 years ago
Lorenz Meier
ae2dfe0026
Fix MAVLink network init
10 years ago
tumbili
4fae86b5ac
mavlink socket: stream to localhost before actually receiving packets
10 years ago
Lorenz Meier
d93337017d
Commander: Do not emit status message if RC becomes available first time
10 years ago
Lorenz Meier
a058ce4b8e
Mission: Do not emit status messages if nothing changes
10 years ago
Lorenz Meier
f2a780dffd
Manual control: Add switches
10 years ago
Lorenz Meier
6e9a460c17
MAVLink receiver: Clean up joystick interface
10 years ago
Lorenz Meier
3a2e2ef304
Do not default to Joystick input for SITL
10 years ago
Lorenz Meier
e3ea42a0c4
Remove sim configs default to joystick in
10 years ago
David Sidrane
999982a033
Merge pull request #2803 from ksschwabe/master
...
Tone_Alarm: Added ability to use timer 1 and timer 8 for the tone alarm driver.
10 years ago
ksschwabe
6b7fe11c2e
Tone_alarm: added checking to make sure HRT and Tone_alarm on different timers.
10 years ago
ksschwabe
9f300e054d
Added ability to use timer 1 and timer 8 for the tone alarm driver.
10 years ago
tumbili
cb96dc1074
do not close stdin/stdout for posix
10 years ago
tumbili
8c6dc8cdf5
start logger for SITL
10 years ago
tumbili
4d35291649
avoid division by zero
10 years ago
tumbili
50a5fb94ad
fix logic in posix access function
10 years ago
Lorenz Meier
c776082dd8
Merge branch 'beta'
10 years ago
tumbili
980217468f
set actuator commands to zero if vehicle status is still unknown
10 years ago
tumbili
95af5fc3d0
do not run mavlink receiver before app is fully booted when using sockets
10 years ago
tumbili
b1850a316b
support sitl for planes
10 years ago
tumbili
b4839731ad
use correct syntax for polling
10 years ago
tumbili
4c03c5137e
load correct mixer for sitl plane
10 years ago
Lorenz Meier
b2b7ed8dd5
Merge pull request #2785 from mcharleb/posix_daemon_mode
...
Add daemon mode to posix build
10 years ago
Lorenz Meier
d722292381
MC attitude controller: Use tighter attitude control gains
10 years ago
Lorenz Meier
76bb1eb1d8
F330: Use tighter attitude control gains
10 years ago
Lorenz Meier
5226ffb3a7
IRIS config: Use tighter attitude control gains
10 years ago
Lorenz Meier
b5a410e9d2
EKF: Set better default gains
10 years ago
Lorenz Meier
efcc4f81e2
ROMFS: Do not set gains which are similar between platforms
10 years ago
Lorenz Meier
9f5140eebb
Data validator: Build as library
10 years ago
Lorenz Meier
8da3f1f8f9
data validator: Move implementations to CPP files
10 years ago
Lorenz Meier
ddb3cde1d7
Merge branch 'sensors_cleanup' into ekf_voting
10 years ago
Lorenz Meier
8a6c18751d
Merge branch 'attitude_estimator_q_voting' into sensors_cleanup
10 years ago
Lorenz Meier
22b159bb68
Merge branch 'master' into attitude_estimator_q_voting
10 years ago
Lorenz Meier
f101eee16d
Merge pull request #2786 from dagar/makequiet
...
reduce make verbosity
10 years ago
Lorenz Meier
ec84ee817f
Merge branch 'beta'
10 years ago
Lorenz Meier
293bd026d0
EKF: Set mag timeout
10 years ago
Lorenz Meier
46f7404078
Q estimator: Set mag timeout
10 years ago
Lorenz Meier
dee7f1d956
Data validator: Add option to configure timeout
10 years ago
Lorenz Meier
425d4316d1
Data validator: Increase timeout interval
10 years ago
Lorenz Meier
68666aa393
EKF: Use voting class instead of special routines to select sensor
10 years ago
Lorenz Meier
fcb25fd02c
Data validator: add missing header
10 years ago
Lorenz Meier
a7e3232e7f
sensors app: Initialize class count, remove magic numbers, ensure that the sensor combined struct cannot overflow
10 years ago
Lorenz Meier
0732ec650f
Q estimator: Use all available sensor instances
10 years ago