Lucas De Marchi
3ae0082f52
AP_Declination: stop using Progmem.h
...
Since the headers were re-ordered we also had to add inttypes.h to
AP_Declination.h following a include-what-you-use approach.
9 years ago
Lucas De Marchi
cfb5bbeb9f
APM_Control: stop using Progmem.h
9 years ago
Lucas De Marchi
29ed01189d
AP_HAL: ftoa_engine: replace tabs with spaces
9 years ago
Lucas De Marchi
e751d632e6
AP_HAL: ftoa_engine: stop using Progmem.h
9 years ago
Andrew Tridgell
6a5c5969fa
AP_AHRS: fixed example build
9 years ago
Andrew Tridgell
3fb0b8f69d
AP_InertialSensor: fixed example build
9 years ago
Andrew Tridgell
23cef70846
AP_NavEKF2: use get_loop_delta_t() from INS
9 years ago
Andrew Tridgell
28a684ea03
AP_NavEKF: use get_loop_delta_t() from INS
9 years ago
Andrew Tridgell
17fc58f3cd
AP_InertialSensor: re-work for more flexible main loop rates
9 years ago
Andrew Tridgell
93ef881109
AP_InertialSensor: added get_loop_delta_t() API
9 years ago
Andrew Tridgell
1b1be7e4a2
AP_Scheduler: switch to Hz based scheduler config
9 years ago
Andrew Tridgell
6bc19cd44c
HAL_QURT: added README.md
9 years ago
Andrew Tridgell
bc8ee8af36
AP_GPS: added QURT GPS
9 years ago
Andrew Tridgell
b967140572
DataFlash: enable minimal file mode
...
This adds a "minimal" dataflash mode with a board specific macro. The
QURT port uses this to avoid problematic system calls that are buggy
in the QURT RTOS
With some pending updates to QURT we may be able to remove some (or
all) of this
9 years ago
Andrew Tridgell
a042845da8
AP_NavEKF: avoid an optimiser bug in clang
9 years ago
Andrew Tridgell
493ab96b29
AP_Compass: added QURT driver
9 years ago
Andrew Tridgell
6639c23685
AP_InertialSensor: added QURT driver
9 years ago
Andrew Tridgell
ff44a63007
AP_Baro: added QURT driver
9 years ago
Andrew Tridgell
285294a9cd
AP_Common: added debug code for qurt
...
and disable some warnings for clang++ on qurt
9 years ago
Andrew Tridgell
7c431b40f2
AP_HAL: enable HAL_QURT
9 years ago
Andrew Tridgell
0816937ab1
HAL_QURT: initial implementation
...
this provides RC onput, RC output, scheduling, storage, UARTs and all
necessary support routines to fly ArduPilot on QURT
9 years ago
Andrew Tridgell
3b546bb242
AP_Compass: added qflight driver
9 years ago
Andrew Tridgell
1f4e503d91
AP_Baro: added qflight driver
9 years ago
Andrew Tridgell
28230556bb
AP_InertialSensor: added qflight driver
9 years ago
Andrew Tridgell
0bbf4362e0
HAL_Linux: added qflight README.md
9 years ago
Andrew Tridgell
dc8a3bbf92
HAL_Linux: added qflight board subtype
9 years ago
Andrew Tridgell
cfd54c5683
AP_HAL: moved dsm implementation into AP_HAL/utility
9 years ago
Andrew Tridgell
fec9ffd1a0
AP_HAL: support UARTs on timer thread
...
This adds a macro for boards that need to have UARTs on the timer
thread instead of their own thread. This is needed for the qflight
port due to restrictions in the RPC API
9 years ago
Andrew Tridgell
ac1e75ae77
AP_HAL: added qflight linux subtype
9 years ago
Andrew Tridgell
e1c890eb58
RC_Channel: added RC_UART example
...
useful for UART -> ESCs
9 years ago
Don Gagne
605fedc1c0
AP_TECS: fix invalid Range meta data
9 years ago
Don Gagne
34d5dd0257
AP_NavEKF: fix invalid Range meta data
9 years ago
Don Gagne
8573245963
AP_NavEKF2: fix invalid Range meta data
9 years ago
Don Gagne
ed7cd8d3f4
AP_Motors: fix invalid Range meta data
9 years ago
Don Gagne
e891ae8a89
AP_L1_Control: fix invalid Range meta data
9 years ago
Don Gagne
47586dae07
AP_InertialSensor: fix invalid Range meta data
9 years ago
Don Gagne
2b1bc22b2a
AP_BoardConfig: fix invalid Range meta data
9 years ago
Don Gagne
964d02065a
Mount: add missing RebootRequired to param description
9 years ago
Jonathan Challinger
bde9a9421d
AP_Param: panic on failure to load defaults file
9 years ago
Julien BERAUD
0ffba07ec8
AP_HAL: Set default params for Bebop
9 years ago
Randy Mackay
86bb03aa79
AC_AttControl: use ahrs get_rotation_body_to_ned
...
ahrs.get_dcm_matrix renamed to ahrs.get_rotation_body_to_ned
9 years ago
Jonathan Challinger
46e6ff3ca9
AC_AttitudeControl: modify comment on kinematic correction feedforward
9 years ago
Jonathan Challinger
829d6037fc
AC_AttitudeControl: convert euler rates to angular velocity using the correct attitude
9 years ago
Jonathan Challinger
ae3357baee
AC_AttitudeControl: rotate angular velocity feedforward into vehicle frame
9 years ago
Jonathan Challinger
3d4bd92b48
AC_AttitudeControl: add helper functions to retrieve rotation matrices
9 years ago
Michael du Breuil
52666232ed
AP_Arming: Allow arming without the hardware safety switch having been pressed
...
Added an enum to the check type that allows for arming without the hardware switch having been enabled
9 years ago
Peter Barker
2f1297f30c
DataFlash_File: Check return values of lseek
9 years ago
Peter Barker
ce84ba049f
DataFlash_File: protect against fopen failing
9 years ago
Peter Barker
15265a45ed
DataFlash_File: check fname before using it
9 years ago
DonLakeFlyer
74902012fd
GCS_MAVLink: better mission errors
9 years ago